#919AB9

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

Shades of Rock Blue #919AB9

Tints of Rock Blue #919AB9

Color information

#919AB9 (or 0x919AB9) is unknown color: approx Rock Blue. HEX triplet: 91, 9A and B9. RGB value is (145,154,185). Sum of RGB (Red+Green+Blue) = 145+154+185=484 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.96% from 484); Green value is 154 (60.55% from 255 or 31.82% from 484); Blue value is 185 (72.66% from 255 or 38.22% from 484); Max value from RGB is 185 - color contains mainly: blue. Hex color #919AB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919AB9 is #6E6546. Grayscale: #9A9A9A. Windows color (decimal): -7234887 or 12163729. OLE color: 12163729.

HSL color Cylindrical-coordinate representation of color #919AB9: hue angle of 226.5º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #919AB9 is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB145154185-
CMYK0.220.1700.27
HSL226.5º22.22%64.71%-
HSV(B)226.5º21.62%72.55%-
XYZ31.9932.6350.51-
YUV154.84145.02120.98-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.96%
GREEN value IS 154 (60.55% from 255) = 31.82%
BLUE value IS 185 (72.66% from 255) = 38.22%
R=29.96%
G=31.82%
B=38.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1451541850.220.1700.27226.522.2264.71
Hex919AB9161101Be21641
Octal221232271262103334226101
Binary100100011001101010111001101101000101101111100010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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