#969CEA

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

Shades of Portage #969CEA

Tints of Portage #969CEA

Color information

#969CEA (or 0x969CEA) is unknown color: approx Portage. HEX triplet: 96, 9C and EA. RGB value is (150,156,234). Sum of RGB (Red+Green+Blue) = 150+156+234=540 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.78% from 540); Green value is 156 (61.33% from 255 or 28.89% from 540); Blue value is 234 (91.80% from 255 or 43.33% from 540); Max value from RGB is 234 - color contains mainly: blue. Hex color #969CEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #969CEA is #696315. Grayscale: #A2A2A2. Windows color (decimal): -6906646 or 15375510. OLE color: 15375510.

HSL color Cylindrical-coordinate representation of color #969CEA: hue angle of 235.71º 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 #969CEA is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB150156234-
CMYK0.360.3300.08
HSL235.71º66.67%75.29%-
HSV(B)235.71º35.9%91.76%-
XYZ39.3236.282.76-
YUV163.1168.01118.66-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.78%
GREEN value IS 156 (61.33% from 255) = 28.89%
BLUE value IS 234 (91.80% from 255) = 43.33%
R=27.78%
G=28.89%
B=43.33%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1501562340.360.3300.08235.7166.6775.29
Hex969CEA242108ec434b
Octal2262343524441010354103113
Binary100101101001110011101010100100100001010001110110010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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