#969FA2

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

Shades of Bali Hai #969FA2

Tints of Bali Hai #969FA2

Color information

#969FA2 (or 0x969FA2) is unknown color: approx Bali Hai. HEX triplet: 96, 9F and A2. RGB value is (150,159,162). Sum of RGB (Red+Green+Blue) = 150+159+162=471 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.85% from 471); Green value is 159 (62.5% from 255 or 33.76% from 471); Blue value is 162 (63.67% from 255 or 34.39% from 471); Max value from RGB is 162 - color contains mainly: blue. Hex color #969FA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969FA2 is #69605D. Grayscale: #9C9C9C. Windows color (decimal): -6905950 or 10657686. OLE color: 10657686.

HSL color Cylindrical-coordinate representation of color #969FA2: hue angle of 195º degrees, saturation: 0.06, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #969FA2 is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB150159162-
CMYK0.070.0200.36
HSL195º6.06%61.18%-
HSV(B)195º7.41%63.53%-
XYZ31.533.8939.06-
YUV156.65131.02123.26-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.85%
GREEN value IS 159 (62.5% from 255) = 33.76%
BLUE value IS 162 (63.67% from 255) = 34.39%
R=31.85%
G=33.76%
B=34.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1501591620.070.0200.361956.0661.18
Hex969FA272024c363d
Octal22623724272044303675
Binary10010110100111111010001011110010010011000011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,159,162); }

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

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

 a { background-color: rgb(150,159,162); }

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

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

 span { border-color: rgb(150,159,162); }

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