#8A99AF

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

Shades of Rock Blue #8A99AF

Tints of Rock Blue #8A99AF

Color information

#8A99AF (or 0x8A99AF) is unknown color: approx Rock Blue. HEX triplet: 8A, 99 and AF. RGB value is (138,153,175). Sum of RGB (Red+Green+Blue) = 138+153+175=466 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.61% from 466); Green value is 153 (60.16% from 255 or 32.83% from 466); Blue value is 175 (68.75% from 255 or 37.55% from 466); Max value from RGB is 175 - color contains mainly: blue. Hex color #8A99AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A99AF is #756650. Grayscale: #969696. Windows color (decimal): -7693905 or 11508106. OLE color: 11508106.

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

Color convert

RGB138153175-
CMYK0.210.1300.31
HSL215.68º18.78%61.37%-
HSV(B)215.68º21.14%68.63%-
XYZ29.6131.2845.03-
YUV151.02141.53118.71-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.61%
GREEN value IS 153 (60.16% from 255) = 32.83%
BLUE value IS 175 (68.75% from 255) = 37.55%
R=29.61%
G=32.83%
B=37.55%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1381531750.210.1300.31215.6818.7861.37
Hex8A99AF15D01Fd8133d
Octal21223125725150373302375
Binary1000101010011001101011111010111010111111101100010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A99AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,153,175); }

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

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

 a { background-color: rgb(138,153,175); }

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

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

 span { border-color: rgb(138,153,175); }

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