#919ABF

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

Shades of Rock Blue #919ABF

Tints of Rock Blue #919ABF

Color information

#919ABF (or 0x919ABF) is unknown color: approx Rock Blue. HEX triplet: 91, 9A and BF. RGB value is (145,154,191). Sum of RGB (Red+Green+Blue) = 145+154+191=490 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.59% from 490); Green value is 154 (60.55% from 255 or 31.43% from 490); Blue value is 191 (75% from 255 or 38.98% from 490); Max value from RGB is 191 - color contains mainly: blue. Hex color #919ABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919ABF is #6E6540. Grayscale: #9B9B9B. Windows color (decimal): -7234881 or 12556945. OLE color: 12556945.

HSL color Cylindrical-coordinate representation of color #919ABF: hue angle of 228.26º 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 #919ABF is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB145154191-
CMYK0.240.1900.25
HSL228.26º26.44%65.88%-
HSV(B)228.26º24.08%74.9%-
XYZ32.6432.8953.92-
YUV155.53148.02120.49-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.59%
GREEN value IS 154 (60.55% from 255) = 31.43%
BLUE value IS 191 (75% from 255) = 38.98%
R=29.59%
G=31.43%
B=38.98%

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
Decimal1451541910.240.1900.25228.2626.4465.88
Hex919ABF1813019e41a42
Octal221232277302303134432102
Binary100100011001101010111111110001001101100111100100110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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