#919ABB

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

Shades of Rock Blue #919ABB

Tints of Rock Blue #919ABB

Color information

#919ABB (or 0x919ABB) is unknown color: approx Rock Blue. HEX triplet: 91, 9A and BB. RGB value is (145,154,187). Sum of RGB (Red+Green+Blue) = 145+154+187=486 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.84% from 486); Green value is 154 (60.55% from 255 or 31.69% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 187 - color contains mainly: blue. Hex color #919ABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919ABB is #6E6544. Grayscale: #9A9A9A. Windows color (decimal): -7234885 or 12294801. OLE color: 12294801.

HSL color Cylindrical-coordinate representation of color #919ABB: hue angle of 227.14º degrees, saturation: 0.24, 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 #919ABB is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB145154187-
CMYK0.220.1800.27
HSL227.14º23.6%65.1%-
HSV(B)227.14º22.46%73.33%-
XYZ32.232.7251.63-
YUV155.07146.02120.82-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.84%
GREEN value IS 154 (60.55% from 255) = 31.69%
BLUE value IS 187 (73.44% from 255) = 38.48%
R=29.84%
G=31.69%
B=38.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1451541870.220.1800.27227.1423.665.1
Hex919ABB161201Be31841
Octal221232273262203334330101
Binary100100011001101010111011101101001001101111100011110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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