#969EEA

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

Shades of Portage #969EEA

Tints of Portage #969EEA

Color information

#969EEA (or 0x969EEA) is unknown color: approx Portage. HEX triplet: 96, 9E and EA. RGB value is (150,158,234). Sum of RGB (Red+Green+Blue) = 150+158+234=542 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.68% from 542); Green value is 158 (62.11% from 255 or 29.15% from 542); Blue value is 234 (91.80% from 255 or 43.17% from 542); Max value from RGB is 234 - color contains mainly: blue. Hex color #969EEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #969EEA is #696115. Grayscale: #A3A3A3. Windows color (decimal): -6906134 or 15376022. OLE color: 15376022.

HSL color Cylindrical-coordinate representation of color #969EEA: hue angle of 234.29º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #969EEA is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB150158234-
CMYK0.360.3200.08
HSL234.29º66.67%75.29%-
HSV(B)234.29º35.9%91.76%-
XYZ39.6636.8882.87-
YUV164.27167.35117.82-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.68%
GREEN value IS 158 (62.11% from 255) = 29.15%
BLUE value IS 234 (91.80% from 255) = 43.17%
R=27.68%
G=29.15%
B=43.17%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1501582340.360.3200.08234.2966.6775.29
Hex969EEA242008ea434b
Octal2262363524440010352103113
Binary100101101001111011101010100100100000010001110101010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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