#969CEF

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

Shades of Portage #969CEF

Tints of Portage #969CEF

Color information

#969CEF (or 0x969CEF) is unknown color: approx Portage. HEX triplet: 96, 9C and EF. RGB value is (150,156,239). Sum of RGB (Red+Green+Blue) = 150+156+239=545 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.52% from 545); Green value is 156 (61.33% from 255 or 28.62% from 545); Blue value is 239 (93.75% from 255 or 43.85% from 545); Max value from RGB is 239 - color contains mainly: blue. Hex color #969CEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #969CEF is #696310. Grayscale: #A3A3A3. Windows color (decimal): -6906641 or 15703190. OLE color: 15703190.

HSL color Cylindrical-coordinate representation of color #969CEF: hue angle of 235.96º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #969CEF is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB150156239-
CMYK0.370.3500.06
HSL235.96º73.55%76.27%-
HSV(B)235.96º37.24%93.73%-
XYZ40.0536.4986.59-
YUV163.67170.51118.25-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.52%
GREEN value IS 156 (61.33% from 255) = 28.62%
BLUE value IS 239 (93.75% from 255) = 43.85%
R=27.52%
G=28.62%
B=43.85%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1501562390.370.3500.06235.9673.5576.27
Hex969CEF252306ec4a4c
Octal226234357454306354112114
Binary10010110100111001110111110010110001101101110110010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969CEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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