#969EAD

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

Shades of Rock Blue #969EAD

Tints of Rock Blue #969EAD

Color information

#969EAD (or 0x969EAD) is unknown color: approx Rock Blue. HEX triplet: 96, 9E and AD. RGB value is (150,158,173). Sum of RGB (Red+Green+Blue) = 150+158+173=481 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.19% from 481); Green value is 158 (62.11% from 255 or 32.85% from 481); Blue value is 173 (67.97% from 255 or 35.97% from 481); Max value from RGB is 173 - color contains mainly: blue. Hex color #969EAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969EAD is #696152. Grayscale: #9D9D9D. Windows color (decimal): -6906195 or 11378326. OLE color: 11378326.

HSL color Cylindrical-coordinate representation of color #969EAD: hue angle of 219.13º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #969EAD is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB150158173-
CMYK0.130.0900.32
HSL219.13º12.3%63.33%-
HSV(B)219.13º13.29%67.84%-
XYZ32.3533.9544.38-
YUV157.32136.85122.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.19%
GREEN value IS 158 (62.11% from 255) = 32.85%
BLUE value IS 173 (67.97% from 255) = 35.97%
R=31.19%
G=32.85%
B=35.97%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1501581730.130.0900.32219.1312.363.33
Hex969EADD9020dbc3f
Octal22623625515110403331477
Binary100101101001111010101101110110010100000110110111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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