#8898BA

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

Shades of Rock Blue #8898BA

Tints of Rock Blue #8898BA

Color information

#8898BA (or 0x8898BA) is unknown color: approx Rock Blue. HEX triplet: 88, 98 and BA. RGB value is (136,152,186). Sum of RGB (Red+Green+Blue) = 136+152+186=474 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.69% from 474); Green value is 152 (59.77% from 255 or 32.07% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 186 - color contains mainly: blue. Hex color #8898BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8898BA is #776745. Grayscale: #969696. Windows color (decimal): -7825222 or 12228744. OLE color: 12228744.

HSL color Cylindrical-coordinate representation of color #8898BA: hue angle of 220.8º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8898BA is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB136152186-
CMYK0.270.1800.27
HSL220.8º26.6%63.14%-
HSV(B)220.8º26.88%72.94%-
XYZ30.2431.2450.89-
YUV151.09147.7117.24-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.69%
GREEN value IS 152 (59.77% from 255) = 32.07%
BLUE value IS 186 (73.05% from 255) = 39.24%
R=28.69%
G=32.07%
B=39.24%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1361521860.270.1800.27220.826.663.14
Hex8898BA1B1201Bdd1b3f
Octal21023027233220333353377
Binary10001000100110001011101011011100100110111101110111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8898BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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