#8998B3

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

Shades of Rock Blue #8998B3

Tints of Rock Blue #8998B3

Color information

#8998B3 (or 0x8998B3) is unknown color: approx Rock Blue. HEX triplet: 89, 98 and B3. RGB value is (137,152,179). Sum of RGB (Red+Green+Blue) = 137+152+179=468 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.27% from 468); Green value is 152 (59.77% from 255 or 32.48% from 468); Blue value is 179 (70.31% from 255 or 38.25% from 468); Max value from RGB is 179 - color contains mainly: blue. Hex color #8998B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8998B3 is #76674C. Grayscale: #969696. Windows color (decimal): -7759693 or 11769993. OLE color: 11769993.

HSL color Cylindrical-coordinate representation of color #8998B3: hue angle of 218.57º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8998B3 is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB137152179-
CMYK0.230.1500.30
HSL218.57º21.65%61.96%-
HSV(B)218.57º23.46%70.2%-
XYZ29.6831.0347.07-
YUV150.59144.03118.3-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.27%
GREEN value IS 152 (59.77% from 255) = 32.48%
BLUE value IS 179 (70.31% from 255) = 38.25%
R=29.27%
G=32.48%
B=38.25%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1371521790.230.1500.30218.5721.6561.96
Hex8998B317F01Edb163e
Octal21123026327170363332676
Binary1000100110011000101100111011111110111101101101110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8998B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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