#989DAB

Color #989DAB Mischka (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mischka #989DAB

Tints of Mischka #989DAB

Color information

#989DAB (or 0x989DAB) is unknown color: approx Mischka. HEX triplet: 98, 9D and AB. RGB value is (152,157,171). Sum of RGB (Red+Green+Blue) = 152+157+171=480 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.67% from 480); Green value is 157 (61.72% from 255 or 32.71% from 480); Blue value is 171 (67.19% from 255 or 35.62% from 480); Max value from RGB is 171 - color contains mainly: blue. Hex color #989DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989DAB is #676254. Grayscale: #9D9D9D. Windows color (decimal): -6775381 or 11247000. OLE color: 11247000.

HSL color Cylindrical-coordinate representation of color #989DAB: hue angle of 224.21º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #989DAB is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB152157171-
CMYK0.110.0800.33
HSL224.21º10.16%63.33%-
HSV(B)224.21º11.11%67.06%-
XYZ32.3633.7343.33-
YUV157.1135.84124.36-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.67%
GREEN value IS 157 (61.72% from 255) = 32.71%
BLUE value IS 171 (67.19% from 255) = 35.62%
R=31.67%
G=32.71%
B=35.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1521571710.110.0800.33224.2110.1663.33
Hex989DABB8021e0a3f
Octal23023525313100413401277
Binary100110001001110110101011101110000100001111000001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989DAB; }

 p { color: rgb(152,157,171); }

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

<style>
 a { background-color: #989DAB; }

 a { background-color: rgb(152,157,171); }

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

<style>
 span { border-color: #989DAB; }

 span { border-color: rgb(152,157,171); }

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