#9DA3AE

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

Shades of Mischka #9DA3AE

Tints of Mischka #9DA3AE

Color information

#9DA3AE (or 0x9DA3AE) is unknown color: approx Mischka. HEX triplet: 9D, A3 and AE. RGB value is (157,163,174). Sum of RGB (Red+Green+Blue) = 157+163+174=494 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.78% from 494); Green value is 163 (64.06% from 255 or 33.00% from 494); Blue value is 174 (68.36% from 255 or 35.22% from 494); Max value from RGB is 174 - color contains mainly: blue. Hex color #9DA3AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA3AE is #625C51. Grayscale: #A2A2A2. Windows color (decimal): -6446162 or 11445149. OLE color: 11445149.

HSL color Cylindrical-coordinate representation of color #9DA3AE: hue angle of 218.82º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9DA3AE is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB157163174-
CMYK0.100.0600.32
HSL218.82º9.5%64.9%-
HSV(B)218.82º9.77%68.24%-
XYZ34.6436.4245.25-
YUV162.46134.51124.11-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.78%
GREEN value IS 163 (64.06% from 255) = 33.00%
BLUE value IS 174 (68.36% from 255) = 35.22%
R=31.78%
G=33.00%
B=35.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1571631740.100.0600.32218.829.564.9
Hex9DA3AEA6020db941
Octal23524325612604033311101
Binary100111011010001110101110101011001000001101101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DA3AE; }

 p { color: rgb(157,163,174); }

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

<style>
 a { background-color: #9DA3AE; }

 a { background-color: rgb(157,163,174); }

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

<style>
 span { border-color: #9DA3AE; }

 span { border-color: rgb(157,163,174); }

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