#8B9AAF

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

Shades of Rock Blue #8B9AAF

Tints of Rock Blue #8B9AAF

Color information

#8B9AAF (or 0x8B9AAF) is unknown color: approx Rock Blue. HEX triplet: 8B, 9A and AF. RGB value is (139,154,175). Sum of RGB (Red+Green+Blue) = 139+154+175=468 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.70% from 468); Green value is 154 (60.55% from 255 or 32.91% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 175 - color contains mainly: blue. Hex color #8B9AAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9AAF is #746550. Grayscale: #979797. Windows color (decimal): -7628113 or 11508363. OLE color: 11508363.

HSL color Cylindrical-coordinate representation of color #8B9AAF: hue angle of 215º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8B9AAF is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB139154175-
CMYK0.210.1200.31
HSL215º18.37%61.57%-
HSV(B)215º20.57%68.63%-
XYZ29.9431.745.1-
YUV151.91141.03118.79-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.70%
GREEN value IS 154 (60.55% from 255) = 32.91%
BLUE value IS 175 (68.75% from 255) = 37.39%
R=29.70%
G=32.91%
B=37.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1391541750.210.1200.3121518.3761.57
Hex8B9AAF15C01Fd7123e
Octal21323225725140373272276
Binary1000101110011010101011111010111000111111101011110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,154,175); }

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

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

 a { background-color: rgb(139,154,175); }

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

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

 span { border-color: rgb(139,154,175); }

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