#959FBF

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

Shades of Rock Blue #959FBF

Tints of Rock Blue #959FBF

Color information

#959FBF (or 0x959FBF) is unknown color: approx Rock Blue. HEX triplet: 95, 9F and BF. RGB value is (149,159,191). Sum of RGB (Red+Green+Blue) = 149+159+191=499 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.86% from 499); Green value is 159 (62.5% from 255 or 31.86% from 499); Blue value is 191 (75% from 255 or 38.28% from 499); Max value from RGB is 191 - color contains mainly: blue. Hex color #959FBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959FBF is #6A6040. Grayscale: #9F9F9F. Windows color (decimal): -6971457 or 12558229. OLE color: 12558229.

HSL color Cylindrical-coordinate representation of color #959FBF: hue angle of 225.71º 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 #959FBF is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB149159191-
CMYK0.220.1700.25
HSL225.71º24.71%66.67%-
HSV(B)225.71º21.99%74.9%-
XYZ34.234.9554.23-
YUV159.66145.69120.4-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.86%
GREEN value IS 159 (62.5% from 255) = 31.86%
BLUE value IS 191 (75% from 255) = 38.28%
R=29.86%
G=31.86%
B=38.28%

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
Decimal1491591910.220.1700.25225.7124.7166.67
Hex959FBF1611019e21943
Octal225237277262103134231103
Binary100101011001111110111111101101000101100111100010110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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