Html Css Color HEX #999EAD Mischka

📋 copy color: '#999EAD'

red 153 ◦ green 158 ◦ blue 173

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

Shades of Mischka #999EAD

Tints of Mischka #999EAD

RGB

 RED value IS 153 (60.16% from 255) = 31.61%

 GREEN value IS 158 (62.11% from 255) = 32.64%

 BLUE value IS 173 (67.97% from 255) = 35.74%

R = 31.61%
G = 32.64%
B = 35.74%

CMYK

 C value IS 0.12

 M value IS 0.09

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#999EAD (or 0x999EAD) is known color: Mischka. HEX triplet: 99, 9E and AD. RGB value is (153,158,173). Sum of RGB (Red+Green+Blue) = 153+158+173=484 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.61% from 484); Green value is 158 (62.11% from 255 or 32.64% from 484); Blue value is 173 (67.97% from 255 or 35.74% from 484); Max value from RGB is 173 - color contains mainly: blue. Hex color #999EAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999EAD is #666152. Grayscale: #9E9E9E. Windows color (decimal): -6709587 or 11378329. OLE color: 11378329.

HSL color Cylindrical-coordinate representation of color #999EAD: hue angle of 225º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #999EAD is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 153 158 173 -
CMYK 0.12 0.09 0 0.32
HSL 225º 0.11% 0.64% -
HSV(B) 225º 0.12% 0.68% -
XYZ 32.91 34.24 44.41 -
YUV 158.22 136.34 124.28 -
System Red Green Blue C M Y K H S L
Decimal 153 158 173 0.12 0.09 0 0.32 225 0.11 0.64
Hex 99 9E AD C 9 0 20 E1 B 40
Octal 231 236 255 14 11 0 40 341 13 100
Binary 10011001 10011110 10101101 1100 1001 0 100000 11100001 1011 1000000

Color Harmonies of #999EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999EAD

Black with #999EAD

Text Example


Text Example

White with #999EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999EAD; }

 p { color: rgb(153,158,173); }

 H1.HeaderClassName
 {
   color: #999EAD;
 }
 .AnyTagClassName
 {
   color: #999EAD;
 }
</style>

background-color css

<style>
 a { background-color: #999EAD; }

 a { background-color: rgb(153,158,173); }

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

border-color css

<style>
 span { border-color: #999EAD; }

 span { border-color: rgb(153,158,173); }

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