#959BB0

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

Shades of Rock Blue #959BB0

Tints of Rock Blue #959BB0

Color information

#959BB0 (or 0x959BB0) is unknown color: approx Rock Blue. HEX triplet: 95, 9B and B0. RGB value is (149,155,176). Sum of RGB (Red+Green+Blue) = 149+155+176=480 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.04% from 480); Green value is 155 (60.94% from 255 or 32.29% from 480); Blue value is 176 (69.14% from 255 or 36.67% from 480); Max value from RGB is 176 - color contains mainly: blue. Hex color #959BB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959BB0 is #6A644F. Grayscale: #9B9B9B. Windows color (decimal): -6972496 or 11574165. OLE color: 11574165.

HSL color Cylindrical-coordinate representation of color #959BB0: hue angle of 226.67º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #959BB0 is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB149155176-
CMYK0.150.1200.31
HSL226.67º14.59%63.73%-
HSV(B)226.67º15.34%69.02%-
XYZ31.9532.9745.75-
YUV155.6139.51123.29-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.04%
GREEN value IS 155 (60.94% from 255) = 32.29%
BLUE value IS 176 (69.14% from 255) = 36.67%
R=31.04%
G=32.29%
B=36.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1491551760.150.1200.31226.6714.5963.73
Hex959BB0FC01Fe3f40
Octal225233260171403734317100
Binary100101011001101110110000111111000111111110001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,155,176); }

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

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

 a { background-color: rgb(149,155,176); }

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

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

 span { border-color: rgb(149,155,176); }

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