#8a97af

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

Shades of Rock Blue #8A97AF

Tints of Rock Blue #8A97AF

Color information

#8A97AF (or 0x8A97AF) is unknown color: approx Rock Blue. HEX triplet: 8A, 97 and AF. RGB value is (138,151,175). Sum of RGB (Red+Green+Blue) = 138+151+175=464 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.74% from 464); Green value is 151 (59.38% from 255 or 32.54% from 464); Blue value is 175 (68.75% from 255 or 37.72% from 464); Max value from RGB is 175 - color contains mainly: blue. Hex color #8A97AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A97AF is #756850. Grayscale: #959595. Windows color (decimal): -7694417 or 11507594. OLE color: 11507594.

HSL color Cylindrical-coordinate representation of color #8A97AF: hue angle of 218.92º 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 #8A97AF is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB138151175-
CMYK0.210.1400.31
HSL218.92º18.78%61.37%-
HSV(B)218.92º21.14%68.63%-
XYZ29.2930.6344.93-
YUV149.85142.19119.55-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.74%
GREEN value IS 151 (59.38% from 255) = 32.54%
BLUE value IS 175 (68.75% from 255) = 37.72%
R=29.74%
G=32.54%
B=37.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1381511750.210.1400.31218.9218.7861.37
Hex8A97AF15E01Fdb133d
Octal21222725725160373332375
Binary1000101010010111101011111010111100111111101101110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a97af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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