#959EBF

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

Shades of Rock Blue #959EBF

Tints of Rock Blue #959EBF

Color information

#959EBF (or 0x959EBF) is unknown color: approx Rock Blue. HEX triplet: 95, 9E and BF. RGB value is (149,158,191). Sum of RGB (Red+Green+Blue) = 149+158+191=498 (65% of max value = 765). Red value is 149 (58.59% from 255 or 29.92% from 498); Green value is 158 (62.11% from 255 or 31.73% from 498); Blue value is 191 (75% from 255 or 38.35% from 498); Max value from RGB is 191 - color contains mainly: blue. Hex color #959EBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959EBF is #6A6140. Grayscale: #9E9E9E. Windows color (decimal): -6971713 or 12557973. OLE color: 12557973.

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

Color convert

RGB149158191-
CMYK0.220.1700.25
HSL227.14º24.71%66.67%-
HSV(B)227.14º21.99%74.9%-
XYZ34.0334.654.18-
YUV159.07146.02120.82-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.92%
GREEN value IS 158 (62.11% from 255) = 31.73%
BLUE value IS 191 (75% from 255) = 38.35%
R=29.92%
G=31.73%
B=38.35%

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
Decimal1491581910.220.1700.25227.1424.7166.67
Hex959EBF1611019e31943
Octal225236277262103134331103
Binary100101011001111010111111101101000101100111100011110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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