#999DAC

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

Shades of Mischka #999DAC

Tints of Mischka #999DAC

Color information

#999DAC (or 0x999DAC) is unknown color: approx Mischka. HEX triplet: 99, 9D and AC. RGB value is (153,157,172). Sum of RGB (Red+Green+Blue) = 153+157+172=482 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.74% from 482); Green value is 157 (61.72% from 255 or 32.57% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 172 - color contains mainly: blue. Hex color #999DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999DAC is #666253. Grayscale: #9D9D9D. Windows color (decimal): -6709844 or 11312537. OLE color: 11312537.

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

Color convert

RGB153157172-
CMYK0.110.0900.33
HSL227.37º10.27%63.73%-
HSV(B)227.37º11.05%67.45%-
XYZ32.6433.8643.85-
YUV157.51136.17124.78-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.74%
GREEN value IS 157 (61.72% from 255) = 32.57%
BLUE value IS 172 (67.58% from 255) = 35.68%
R=31.74%
G=32.57%
B=35.68%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1531571720.110.0900.33227.3710.2763.73
Hex999DACB9021e3a40
Octal231235254131104134312100
Binary1001100110011101101011001011100101000011110001110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,157,172); }

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

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

 a { background-color: rgb(153,157,172); }

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

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

 span { border-color: rgb(153,157,172); }

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