#8999BA

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

Shades of Rock Blue #8999BA

Tints of Rock Blue #8999BA

Color information

#8999BA (or 0x8999BA) is unknown color: approx Rock Blue. HEX triplet: 89, 99 and BA. RGB value is (137,153,186). Sum of RGB (Red+Green+Blue) = 137+153+186=476 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.78% from 476); Green value is 153 (60.16% from 255 or 32.14% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 186 - color contains mainly: blue. Hex color #8999BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8999BA is #766645. Grayscale: #979797. Windows color (decimal): -7759430 or 12229001. OLE color: 12229001.

HSL color Cylindrical-coordinate representation of color #8999BA: hue angle of 220.41º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8999BA is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB137153186-
CMYK0.260.1800.27
HSL220.41º26.2%63.33%-
HSV(B)220.41º26.34%72.94%-
XYZ30.5731.6550.95-
YUV151.98147.2117.32-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.78%
GREEN value IS 153 (60.16% from 255) = 32.14%
BLUE value IS 186 (73.05% from 255) = 39.08%
R=28.78%
G=32.14%
B=39.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1371531860.260.1800.27220.4126.263.33
Hex8999BA1A1201Bdc1a3f
Octal21123127232220333343277
Binary10001001100110011011101011010100100110111101110011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8999BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8999BA; }

 p { color: rgb(137,153,186); }

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

<style>
 a { background-color: #8999BA; }

 a { background-color: rgb(137,153,186); }

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

<style>
 span { border-color: #8999BA; }

 span { border-color: rgb(137,153,186); }

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