#919AB3

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

Shades of Rock Blue #919AB3

Tints of Rock Blue #919AB3

Color information

#919AB3 (or 0x919AB3) is unknown color: approx Rock Blue. HEX triplet: 91, 9A and B3. RGB value is (145,154,179). Sum of RGB (Red+Green+Blue) = 145+154+179=478 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.33% from 478); Green value is 154 (60.55% from 255 or 32.22% from 478); Blue value is 179 (70.31% from 255 or 37.45% from 478); Max value from RGB is 179 - color contains mainly: blue. Hex color #919AB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919AB3 is #6E654C. Grayscale: #9A9A9A. Windows color (decimal): -7234893 or 11770513. OLE color: 11770513.

HSL color Cylindrical-coordinate representation of color #919AB3: hue angle of 224.12º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #919AB3 is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB145154179-
CMYK0.190.1400.30
HSL224.12º18.28%63.53%-
HSV(B)224.12º18.99%70.2%-
XYZ31.3732.3947.25-
YUV154.16142.02121.47-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.33%
GREEN value IS 154 (60.55% from 255) = 32.22%
BLUE value IS 179 (70.31% from 255) = 37.45%
R=30.33%
G=32.22%
B=37.45%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1451541790.190.1400.30224.1218.2863.53
Hex919AB313E01Ee01240
Octal221232263231603634022100
Binary10010001100110101011001110011111001111011100000100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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