#919BAC

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

Shades of Rock Blue #919BAC

Tints of Rock Blue #919BAC

Color information

#919BAC (or 0x919BAC) is unknown color: approx Rock Blue. HEX triplet: 91, 9B and AC. RGB value is (145,155,172). Sum of RGB (Red+Green+Blue) = 145+155+172=472 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.72% from 472); Green value is 155 (60.94% from 255 or 32.84% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 172 - color contains mainly: blue. Hex color #919BAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919BAC is #6E6453. Grayscale: #999999. Windows color (decimal): -7234644 or 11312017. OLE color: 11312017.

HSL color Cylindrical-coordinate representation of color #919BAC: hue angle of 217.78º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #919BAC is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB145155172-
CMYK0.160.1000.33
HSL217.78º13.99%62.16%-
HSV(B)217.78º15.7%67.45%-
XYZ30.8432.4443.67-
YUV153.95138.19121.62-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.72%
GREEN value IS 155 (60.94% from 255) = 32.84%
BLUE value IS 172 (67.58% from 255) = 36.44%
R=30.72%
G=32.84%
B=36.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1451551720.160.1000.33217.7813.9962.16
Hex919BAC10A021dae3e
Octal22123325420120413321676
Binary1001000110011011101011001000010100100001110110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,155,172); }

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

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

 a { background-color: rgb(145,155,172); }

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

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

 span { border-color: rgb(145,155,172); }

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