#959DBC

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

Shades of Rock Blue #959DBC

Tints of Rock Blue #959DBC

Color information

#959DBC (or 0x959DBC) is unknown color: approx Rock Blue. HEX triplet: 95, 9D and BC. RGB value is (149,157,188). Sum of RGB (Red+Green+Blue) = 149+157+188=494 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.16% from 494); Green value is 157 (61.72% from 255 or 31.78% from 494); Blue value is 188 (73.83% from 255 or 38.06% from 494); Max value from RGB is 188 - color contains mainly: blue. Hex color #959DBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959DBC is #6A6243. Grayscale: #9E9E9E. Windows color (decimal): -6971972 or 12361109. OLE color: 12361109.

HSL color Cylindrical-coordinate representation of color #959DBC: hue angle of 227.69º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #959DBC is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB149157188-
CMYK0.210.1600.26
HSL227.69º22.54%66.08%-
HSV(B)227.69º20.74%73.73%-
XYZ33.5334.1352.4-
YUV158.14144.85121.48-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.16%
GREEN value IS 157 (61.72% from 255) = 31.78%
BLUE value IS 188 (73.83% from 255) = 38.06%
R=30.16%
G=31.78%
B=38.06%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1491571880.210.1600.26227.6922.5466.08
Hex959DBC151001Ae41742
Octal225235274252003234427102
Binary100101011001110110111100101011000001101011100100101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,157,188); }

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

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

 a { background-color: rgb(149,157,188); }

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

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

 span { border-color: rgb(149,157,188); }

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