#959CBB

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

Shades of Rock Blue #959CBB

Tints of Rock Blue #959CBB

Color information

#959CBB (or 0x959CBB) is unknown color: approx Rock Blue. HEX triplet: 95, 9C and BB. RGB value is (149,156,187). Sum of RGB (Red+Green+Blue) = 149+156+187=492 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.28% from 492); Green value is 156 (61.33% from 255 or 31.71% from 492); Blue value is 187 (73.44% from 255 or 38.01% from 492); Max value from RGB is 187 - color contains mainly: blue. Hex color #959CBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959CBB is #6A6344. Grayscale: #9D9D9D. Windows color (decimal): -6972229 or 12295317. OLE color: 12295317.

HSL color Cylindrical-coordinate representation of color #959CBB: hue angle of 228.95º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #959CBB is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB149156187-
CMYK0.200.1700.27
HSL228.95º21.84%65.88%-
HSV(B)228.95º20.32%73.33%-
XYZ33.2533.7551.78-
YUV157.44144.68121.98-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.28%
GREEN value IS 156 (61.33% from 255) = 31.71%
BLUE value IS 187 (73.44% from 255) = 38.01%
R=30.28%
G=31.71%
B=38.01%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1491561870.200.1700.27228.9521.8465.88
Hex959CBB141101Be51642
Octal225234273242103334526102
Binary100101011001110010111011101001000101101111100101101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959CBB; }

 p { color: rgb(149,156,187); }

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

<style>
 a { background-color: #959CBB; }

 a { background-color: rgb(149,156,187); }

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

<style>
 span { border-color: #959CBB; }

 span { border-color: rgb(149,156,187); }

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