#8D97AF

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

Shades of Rock Blue #8D97AF

Tints of Rock Blue #8D97AF

Color information

#8D97AF (or 0x8D97AF) is unknown color: approx Rock Blue. HEX triplet: 8D, 97 and AF. RGB value is (141,151,175). Sum of RGB (Red+Green+Blue) = 141+151+175=467 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.19% from 467); Green value is 151 (59.38% from 255 or 32.33% from 467); Blue value is 175 (68.75% from 255 or 37.47% from 467); Max value from RGB is 175 - color contains mainly: blue. Hex color #8D97AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D97AF is #726850. Grayscale: #969696. Windows color (decimal): -7497809 or 11507597. OLE color: 11507597.

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

Color convert

RGB141151175-
CMYK0.190.1400.31
HSL222.35º17.53%61.96%-
HSV(B)222.35º19.43%68.63%-
XYZ29.7930.8944.95-
YUV150.75141.69121.05-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.19%
GREEN value IS 151 (59.38% from 255) = 32.33%
BLUE value IS 175 (68.75% from 255) = 37.47%
R=30.19%
G=32.33%
B=37.47%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1411511750.190.1400.31222.3517.5361.96
Hex8D97AF13E01Fde123e
Octal21522725723160373362276
Binary1000110110010111101011111001111100111111101111010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D97AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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