#958EEB

Color #958EEB Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #958EEB

Tints of Portage #958EEB

Color information

#958EEB (or 0x958EEB) is unknown color: approx Portage. HEX triplet: 95, 8E and EB. RGB value is (149,142,235). Sum of RGB (Red+Green+Blue) = 149+142+235=526 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.33% from 526); Green value is 142 (55.86% from 255 or 27.00% from 526); Blue value is 235 (92.19% from 255 or 44.68% from 526); Max value from RGB is 235 - color contains mainly: blue. Hex color #958EEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #958EEB is #6A7114. Grayscale: #9A9A9A. Windows color (decimal): -6975765 or 15437461. OLE color: 15437461.

HSL color Cylindrical-coordinate representation of color #958EEB: hue angle of 244.52º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #958EEB is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB149142235-
CMYK0.370.4000.08
HSL244.52º69.92%73.92%-
HSV(B)244.52º39.57%92.16%-
XYZ37.0631.7382.77-
YUV154.7173.32123.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 149 (58.59% from 255) = 28.33%
GREEN value IS 142 (55.86% from 255) = 27.00%
BLUE value IS 235 (92.19% from 255) = 44.68%
R=28.33%
G=27.00%
B=44.68%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1491422350.370.4000.08244.5269.9273.92
Hex958EEB252808f5464a
Octal2252163534550010365106112
Binary100101011000111011101011100101101000010001111010110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958EEB; }

 p { color: rgb(149,142,235); }

 H1.HeaderClassName
 {
   color: #958EEB;
 }
 .AnyTagClassName
 {
   color: #958EEB;
 }
</style>
background-color css

<style>
 a { background-color: #958EEB; }

 a { background-color: rgb(149,142,235); }

 div.DivClassName
 {
   background-color: #958EEB;
 }
 .BgClassName
 {
   background-color: #958EEB;
 }
</style>
border-color css

<style>
 span { border-color: #958EEB; }

 span { border-color: rgb(149,142,235); }

 td.TdClassName
 {
   border-color: #958EEB;
 }
 .TagClassName
 {
   border-color: #958EEB;
 }
</style>