#919BAA

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

Shades of Rock Blue #919BAA

Tints of Rock Blue #919BAA

Color information

#919BAA (or 0x919BAA) is unknown color: approx Rock Blue. HEX triplet: 91, 9B and AA. RGB value is (145,155,170). Sum of RGB (Red+Green+Blue) = 145+155+170=470 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.85% from 470); Green value is 155 (60.94% from 255 or 32.98% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 170 - color contains mainly: blue. Hex color #919BAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919BAA is #6E6455. Grayscale: #999999. Windows color (decimal): -7234646 or 11180945. OLE color: 11180945.

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

Color convert

RGB145155170-
CMYK0.150.0900.33
HSL216º12.82%61.76%-
HSV(B)216º14.71%66.67%-
XYZ30.6532.3642.66-
YUV153.72137.19121.78-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.85%
GREEN value IS 155 (60.94% from 255) = 32.98%
BLUE value IS 170 (66.80% from 255) = 36.17%
R=30.85%
G=32.98%
B=36.17%

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
Decimal1451551700.150.0900.3321612.8261.76
Hex919BAAF9021d8d3e
Octal22123325217110413301576
Binary100100011001101110101010111110010100001110110001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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