#959EBE

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

Shades of Rock Blue #959EBE

Tints of Rock Blue #959EBE

Color information

#959EBE (or 0x959EBE) is unknown color: approx Rock Blue. HEX triplet: 95, 9E and BE. RGB value is (149,158,190). Sum of RGB (Red+Green+Blue) = 149+158+190=497 (65% of max value = 765). Red value is 149 (58.59% from 255 or 29.98% from 497); Green value is 158 (62.11% from 255 or 31.79% from 497); Blue value is 190 (74.61% from 255 or 38.23% from 497); Max value from RGB is 190 - color contains mainly: blue. Hex color #959EBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959EBE is #6A6141. Grayscale: #9E9E9E. Windows color (decimal): -6971714 or 12492437. OLE color: 12492437.

HSL color Cylindrical-coordinate representation of color #959EBE: hue angle of 226.83º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #959EBE is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB149158190-
CMYK0.220.1700.25
HSL226.83º23.98%66.47%-
HSV(B)226.83º21.58%74.51%-
XYZ33.9234.5653.6-
YUV158.96145.52120.9-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.98%
GREEN value IS 158 (62.11% from 255) = 31.79%
BLUE value IS 190 (74.61% from 255) = 38.23%
R=29.98%
G=31.79%
B=38.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491581900.220.1700.25226.8323.9866.47
Hex959EBE1611019e31842
Octal225236276262103134330102
Binary100101011001111010111110101101000101100111100011110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,158,190); }

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

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

 a { background-color: rgb(149,158,190); }

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

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

 span { border-color: rgb(149,158,190); }

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