#999EAD

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

Shades of Mischka #999EAD

Tints of Mischka #999EAD

Color information

#999EAD (or 0x999EAD) is unknown color: approx 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

RGB153158173-
CMYK0.120.0900.32
HSL225º10.87%63.92%-
HSV(B)225º11.56%67.84%-
XYZ32.9134.2444.41-
YUV158.22136.34124.28-

RGB Variations

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

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 (Cyan) values IS 0.12
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1531581730.120.0900.3222510.8763.92
Hex999EADC9020e1b40
Octal231236255141104034113100
Binary1001100110011110101011011100100101000001110000110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>