#8898AF

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

Shades of Rock Blue #8898AF

Tints of Rock Blue #8898AF

Color information

#8898AF (or 0x8898AF) is unknown color: approx Rock Blue. HEX triplet: 88, 98 and AF. RGB value is (136,152,175). Sum of RGB (Red+Green+Blue) = 136+152+175=463 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.37% from 463); Green value is 152 (59.77% from 255 or 32.83% from 463); Blue value is 175 (68.75% from 255 or 37.80% from 463); Max value from RGB is 175 - color contains mainly: blue. Hex color #8898AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8898AF is #776750. Grayscale: #959595. Windows color (decimal): -7825233 or 11507848. OLE color: 11507848.

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

Color convert

RGB136152175-
CMYK0.220.1300.31
HSL215.38º19.6%60.98%-
HSV(B)215.38º22.29%68.63%-
XYZ29.1230.7944.96-
YUV149.84142.2118.13-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.37%
GREEN value IS 152 (59.77% from 255) = 32.83%
BLUE value IS 175 (68.75% from 255) = 37.80%
R=29.37%
G=32.83%
B=37.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1361521750.220.1300.31215.3819.660.98
Hex8898AF16D01Fd7143d
Octal21023025726150373272475
Binary1000100010011000101011111011011010111111101011110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8898AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8898AF; }

 p { color: rgb(136,152,175); }

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

<style>
 a { background-color: #8898AF; }

 a { background-color: rgb(136,152,175); }

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

<style>
 span { border-color: #8898AF; }

 span { border-color: rgb(136,152,175); }

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