#919ABE

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

Shades of Rock Blue #919ABE

Tints of Rock Blue #919ABE

Color information

#919ABE (or 0x919ABE) is unknown color: approx Rock Blue. HEX triplet: 91, 9A and BE. RGB value is (145,154,190). Sum of RGB (Red+Green+Blue) = 145+154+190=489 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.65% from 489); Green value is 154 (60.55% from 255 or 31.49% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 190 - color contains mainly: blue. Hex color #919ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919ABE is #6E6541. Grayscale: #9B9B9B. Windows color (decimal): -7234882 or 12491409. OLE color: 12491409.

HSL color Cylindrical-coordinate representation of color #919ABE: hue angle of 228º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #919ABE is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB145154190-
CMYK0.240.1900.25
HSL228º25.71%65.69%-
HSV(B)228º23.68%74.51%-
XYZ32.5332.8553.34-
YUV155.41147.52120.57-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.65%
GREEN value IS 154 (60.55% from 255) = 31.49%
BLUE value IS 190 (74.61% from 255) = 38.85%
R=29.65%
G=31.49%
B=38.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1451541900.240.1900.2522825.7165.69
Hex919ABE1813019e41a42
Octal221232276302303134432102
Binary100100011001101010111110110001001101100111100100110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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