#969EE0

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

Shades of Portage #969EE0

Tints of Portage #969EE0

Color information

#969EE0 (or 0x969EE0) is unknown color: approx Portage. HEX triplet: 96, 9E and E0. RGB value is (150,158,224). Sum of RGB (Red+Green+Blue) = 150+158+224=532 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.20% from 532); Green value is 158 (62.11% from 255 or 29.70% from 532); Blue value is 224 (87.89% from 255 or 42.11% from 532); Max value from RGB is 224 - color contains mainly: blue. Hex color #969EE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969EE0 is #69611F. Grayscale: #A2A2A2. Windows color (decimal): -6906144 or 14720662. OLE color: 14720662.

HSL color Cylindrical-coordinate representation of color #969EE0: hue angle of 233.51º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #969EE0 is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB150158224-
CMYK0.330.2900.12
HSL233.51º54.41%73.33%-
HSV(B)233.51º33.04%87.84%-
XYZ38.2636.3275.51-
YUV163.13162.35118.63-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.20%
GREEN value IS 158 (62.11% from 255) = 29.70%
BLUE value IS 224 (87.89% from 255) = 42.11%
R=28.20%
G=29.70%
B=42.11%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1501582240.330.2900.12233.5154.4173.33
Hex969EE0211D0Cea3649
Octal226236340413501435266111
Binary1001011010011110111000001000011110101100111010101101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969EE0; }

 p { color: rgb(150,158,224); }

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

<style>
 a { background-color: #969EE0; }

 a { background-color: rgb(150,158,224); }

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

<style>
 span { border-color: #969EE0; }

 span { border-color: rgb(150,158,224); }

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