#959EE2

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

Shades of Portage #959EE2

Tints of Portage #959EE2

Color information

#959EE2 (or 0x959EE2) is unknown color: approx Portage. HEX triplet: 95, 9E and E2. RGB value is (149,158,226). Sum of RGB (Red+Green+Blue) = 149+158+226=533 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.95% from 533); Green value is 158 (62.11% from 255 or 29.64% from 533); Blue value is 226 (88.67% from 255 or 42.40% from 533); Max value from RGB is 226 - color contains mainly: blue. Hex color #959EE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959EE2 is #6A611D. Grayscale: #A2A2A2. Windows color (decimal): -6971678 or 14851733. OLE color: 14851733.

HSL color Cylindrical-coordinate representation of color #959EE2: hue angle of 232.99º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #959EE2 is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB149158226-
CMYK0.340.3000.11
HSL232.99º57.04%73.53%-
HSV(B)232.99º34.07%88.63%-
XYZ38.3536.3376.94-
YUV163.06163.52117.97-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.95%
GREEN value IS 158 (62.11% from 255) = 29.64%
BLUE value IS 226 (88.67% from 255) = 42.40%
R=27.95%
G=29.64%
B=42.40%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1491582260.340.3000.11232.9957.0473.53
Hex959EE2221E0Be9394a
Octal225236342423601335171112
Binary1001010110011110111000101000101111001011111010011110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959EE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959EE2; }

 p { color: rgb(149,158,226); }

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

<style>
 a { background-color: #959EE2; }

 a { background-color: rgb(149,158,226); }

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

<style>
 span { border-color: #959EE2; }

 span { border-color: rgb(149,158,226); }

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