#919CAB

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

Shades of Rock Blue #919CAB

Tints of Rock Blue #919CAB

Color information

#919CAB (or 0x919CAB) is unknown color: approx Rock Blue. HEX triplet: 91, 9C and AB. RGB value is (145,156,171). Sum of RGB (Red+Green+Blue) = 145+156+171=472 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.72% from 472); Green value is 156 (61.33% from 255 or 33.05% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 171 - color contains mainly: blue. Hex color #919CAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919CAB is #6E6354. Grayscale: #9A9A9A. Windows color (decimal): -7234389 or 11246737. OLE color: 11246737.

HSL color Cylindrical-coordinate representation of color #919CAB: hue angle of 214.62º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #919CAB is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB145156171-
CMYK0.150.0900.33
HSL214.62º13.4%61.96%-
HSV(B)214.62º15.2%67.06%-
XYZ30.9232.7443.22-
YUV154.42137.36121.28-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.72%
GREEN value IS 156 (61.33% from 255) = 33.05%
BLUE value IS 171 (67.19% from 255) = 36.23%
R=30.72%
G=33.05%
B=36.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1451561710.150.0900.33214.6213.461.96
Hex919CABF9021d7d3e
Octal22123425317110413271576
Binary100100011001110010101011111110010100001110101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919CAB; }

 p { color: rgb(145,156,171); }

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

<style>
 a { background-color: #919CAB; }

 a { background-color: rgb(145,156,171); }

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

<style>
 span { border-color: #919CAB; }

 span { border-color: rgb(145,156,171); }

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