#919AAA

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

Shades of Rock Blue #919AAA

Tints of Rock Blue #919AAA

Color information

#919AAA (or 0x919AAA) is unknown color: approx Rock Blue. HEX triplet: 91, 9A and AA. RGB value is (145,154,170). Sum of RGB (Red+Green+Blue) = 145+154+170=469 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.92% from 469); Green value is 154 (60.55% from 255 or 32.84% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 170 - color contains mainly: blue. Hex color #919AAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919AAA is #6E6555. Grayscale: #999999. Windows color (decimal): -7234902 or 11180689. OLE color: 11180689.

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

Color convert

RGB145154170-
CMYK0.150.0900.33
HSL218.4º12.82%61.76%-
HSV(B)218.4º14.71%66.67%-
XYZ30.4932.0342.61-
YUV153.13137.52122.2-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.92%
GREEN value IS 154 (60.55% from 255) = 32.84%
BLUE value IS 170 (66.80% from 255) = 36.25%
R=30.92%
G=32.84%
B=36.25%

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
Decimal1451541700.150.0900.33218.412.8261.76
Hex919AAAF9021dad3e
Octal22123225217110413321576
Binary100100011001101010101010111110010100001110110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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