Html Css Color HEX #989DAA Mischka

📋 copy color: '#989DAA'

red 152 ◦ green 157 ◦ blue 170

#989DAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mischka #989DAA

Tints of Mischka #989DAA

RGB

 RED value IS 152 (59.77% from 255) = 31.73%

 GREEN value IS 157 (61.72% from 255) = 32.78%

 BLUE value IS 170 (66.8% from 255) = 35.49%

R = 31.73%
G = 32.78%
B = 35.49%

CMYK

 C value IS 0.11

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#989DAA (or 0x989DAA) is known color: Mischka. HEX triplet: 98, 9D and AA. RGB value is (152,157,170). Sum of RGB (Red+Green+Blue) = 152+157+170=479 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.73% from 479); Green value is 157 (61.72% from 255 or 32.78% from 479); Blue value is 170 (66.80% from 255 or 35.49% from 479); Max value from RGB is 170 - color contains mainly: blue. Hex color #989DAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989DAA is #676255. Grayscale: #9C9C9C. Windows color (decimal): -6775382 or 11181464. OLE color: 11181464.

HSL color Cylindrical-coordinate representation of color #989DAA: hue angle of 223.33º 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 #989DAA is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 152 157 170 -
CMYK 0.11 0.08 0 0.33
HSL 223.33º 0.1% 0.63% -
HSV(B) 223.33º 0.11% 0.67% -
XYZ 32.26 33.69 42.83 -
YUV 156.99 135.34 124.44 -
System Red Green Blue C M Y K H S L
Decimal 152 157 170 0.11 0.08 0 0.33 223.33 0.1 0.63
Hex 98 9D AA B 8 0 21 DF A 3F
Octal 230 235 252 13 10 0 41 337 12 77
Binary 10011000 10011101 10101010 1011 1000 0 100001 11011111 1010 111111

Color Harmonies of #989DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989DAA

Black with #989DAA

Text Example


Text Example

White with #989DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #989DAA;
 }
 .AnyTagClassName
 {
   color: #989DAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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