#8998AE

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

Shades of Rock Blue #8998AE

Tints of Rock Blue #8998AE

Color information

#8998AE (or 0x8998AE) is unknown color: approx Rock Blue. HEX triplet: 89, 98 and AE. RGB value is (137,152,174). Sum of RGB (Red+Green+Blue) = 137+152+174=463 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.59% from 463); Green value is 152 (59.77% from 255 or 32.83% from 463); Blue value is 174 (68.36% from 255 or 37.58% from 463); Max value from RGB is 174 - color contains mainly: blue. Hex color #8998AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8998AE is #766751. Grayscale: #959595. Windows color (decimal): -7759698 or 11442313. OLE color: 11442313.

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

Color convert

RGB137152174-
CMYK0.210.1300.32
HSL215.68º18.59%60.98%-
HSV(B)215.68º21.26%68.24%-
XYZ29.1830.8344.46-
YUV150.02141.53118.71-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.59%
GREEN value IS 152 (59.77% from 255) = 32.83%
BLUE value IS 174 (68.36% from 255) = 37.58%
R=29.59%
G=32.83%
B=37.58%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1371521740.210.1300.32215.6818.5960.98
Hex8998AE15D020d8133d
Octal21123025625150403302375
Binary10001001100110001010111010101110101000001101100010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8998AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8998AE; }

 p { color: rgb(137,152,174); }

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

<style>
 a { background-color: #8998AE; }

 a { background-color: rgb(137,152,174); }

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

<style>
 span { border-color: #8998AE; }

 span { border-color: rgb(137,152,174); }

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