#8B99AE

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

Shades of Rock Blue #8B99AE

Tints of Rock Blue #8B99AE

Color information

#8B99AE (or 0x8B99AE) is unknown color: approx Rock Blue. HEX triplet: 8B, 99 and AE. RGB value is (139,153,174). Sum of RGB (Red+Green+Blue) = 139+153+174=466 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.83% from 466); Green value is 153 (60.16% from 255 or 32.83% from 466); Blue value is 174 (68.36% from 255 or 37.34% from 466); Max value from RGB is 174 - color contains mainly: blue. Hex color #8B99AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B99AE is #746651. Grayscale: #979797. Windows color (decimal): -7628370 or 11442571. OLE color: 11442571.

HSL color Cylindrical-coordinate representation of color #8B99AE: hue angle of 216º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8B99AE is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB139153174-
CMYK0.200.1200.32
HSL216º17.77%61.37%-
HSV(B)216º20.11%68.24%-
XYZ29.6831.3344.53-
YUV151.21140.86119.29-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.83%
GREEN value IS 153 (60.16% from 255) = 32.83%
BLUE value IS 174 (68.36% from 255) = 37.34%
R=29.83%
G=32.83%
B=37.34%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1391531740.200.1200.3221617.7761.37
Hex8B99AE14C020d8123d
Octal21323125624140403302275
Binary10001011100110011010111010100110001000001101100010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B99AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B99AE; }

 p { color: rgb(139,153,174); }

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

<style>
 a { background-color: #8B99AE; }

 a { background-color: rgb(139,153,174); }

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

<style>
 span { border-color: #8B99AE; }

 span { border-color: rgb(139,153,174); }

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