#95A2BF

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

Shades of Rock Blue #95A2BF

Tints of Rock Blue #95A2BF

Color information

#95A2BF (or 0x95A2BF) is unknown color: approx Rock Blue. HEX triplet: 95, A2 and BF. RGB value is (149,162,191). Sum of RGB (Red+Green+Blue) = 149+162+191=502 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.68% from 502); Green value is 162 (63.67% from 255 or 32.27% from 502); Blue value is 191 (75% from 255 or 38.05% from 502); Max value from RGB is 191 - color contains mainly: blue. Hex color #95A2BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95A2BF is #6A5D40. Grayscale: #A1A1A1. Windows color (decimal): -6970689 or 12558997. OLE color: 12558997.

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

Color convert

RGB149162191-
CMYK0.220.1500.25
HSL221.43º24.71%66.67%-
HSV(B)221.43º21.99%74.9%-
XYZ34.7235.9954.41-
YUV161.42144.69119.14-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.68%
GREEN value IS 162 (63.67% from 255) = 32.27%
BLUE value IS 191 (75% from 255) = 38.05%
R=29.68%
G=32.27%
B=38.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491621910.220.1500.25221.4324.7166.67
Hex95A2BF16F019dd1943
Octal225242277261703133531103
Binary10010101101000101011111110110111101100111011101110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95A2BF; }

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

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

<style>
 a { background-color: #95A2BF; }

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

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

<style>
 span { border-color: #95A2BF; }

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

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