#919AAB

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

Shades of Rock Blue #919AAB

Tints of Rock Blue #919AAB

Color information

#919AAB (or 0x919AAB) is unknown color: approx Rock Blue. HEX triplet: 91, 9A and AB. RGB value is (145,154,171). Sum of RGB (Red+Green+Blue) = 145+154+171=470 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.85% from 470); Green value is 154 (60.55% from 255 or 32.77% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 171 - color contains mainly: blue. Hex color #919AAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919AAB is #6E6554. Grayscale: #999999. Windows color (decimal): -7234901 or 11246225. OLE color: 11246225.

HSL color Cylindrical-coordinate representation of color #919AAB: hue angle of 219.23º 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 #919AAB is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB145154171-
CMYK0.150.1000.33
HSL219.23º13.4%61.96%-
HSV(B)219.23º15.2%67.06%-
XYZ30.5832.0743.11-
YUV153.25138.02122.12-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.85%
GREEN value IS 154 (60.55% from 255) = 32.77%
BLUE value IS 171 (67.19% from 255) = 36.38%
R=30.85%
G=32.77%
B=36.38%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1451541710.150.1000.33219.2313.461.96
Hex919AABFA021dbd3e
Octal22123225317120413331576
Binary100100011001101010101011111110100100001110110111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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