#999EAE

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

Shades of Mischka #999EAE

Tints of Mischka #999EAE

Color information

#999EAE (or 0x999EAE) is unknown color: approx Mischka. HEX triplet: 99, 9E and AE. RGB value is (153,158,174). Sum of RGB (Red+Green+Blue) = 153+158+174=485 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.55% from 485); Green value is 158 (62.11% from 255 or 32.58% from 485); Blue value is 174 (68.36% from 255 or 35.88% from 485); Max value from RGB is 174 - color contains mainly: blue. Hex color #999EAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999EAE is #666151. Grayscale: #9E9E9E. Windows color (decimal): -6709586 or 11443865. OLE color: 11443865.

HSL color Cylindrical-coordinate representation of color #999EAE: hue angle of 225.71º 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 #999EAE is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB153158174-
CMYK0.120.0900.32
HSL225.71º11.48%64.12%-
HSV(B)225.71º12.07%68.24%-
XYZ3334.2844.92-
YUV158.33136.84124.2-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.55%
GREEN value IS 158 (62.11% from 255) = 32.58%
BLUE value IS 174 (68.36% from 255) = 35.88%
R=31.55%
G=32.58%
B=35.88%

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
Decimal1531581740.120.0900.32225.7111.4864.12
Hex999EAEC9020e2b40
Octal231236256141104034213100
Binary1001100110011110101011101100100101000001110001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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