#9DA4C0

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

Shades of Mischka #9DA4C0

Tints of Mischka #9DA4C0

Color information

#9DA4C0 (or 0x9DA4C0) is unknown color: approx Mischka. HEX triplet: 9D, A4 and C0. RGB value is (157,164,192). Sum of RGB (Red+Green+Blue) = 157+164+192=513 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.60% from 513); Green value is 164 (64.45% from 255 or 31.97% from 513); Blue value is 192 (75.39% from 255 or 37.43% from 513); Max value from RGB is 192 - color contains mainly: blue. Hex color #9DA4C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DA4C0 is #625B3F. Grayscale: #A4A4A4. Windows color (decimal): -6445888 or 12625053. OLE color: 12625053.

HSL color Cylindrical-coordinate representation of color #9DA4C0: hue angle of 228º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9DA4C0 is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB157164192-
CMYK0.180.1500.25
HSL228º21.74%68.43%-
HSV(B)228º18.23%75.29%-
XYZ36.6937.5255.18-
YUV165.1143.18122.22-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.60%
GREEN value IS 164 (64.45% from 255) = 31.97%
BLUE value IS 192 (75.39% from 255) = 37.43%
R=30.60%
G=31.97%
B=37.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1571641920.180.1500.2522821.7468.43
Hex9DA4C012F019e41644
Octal235244300221703134426104
Binary10011101101001001100000010010111101100111100100101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA4C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,164,192); }

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

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

 a { background-color: rgb(157,164,192); }

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

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

 span { border-color: rgb(157,164,192); }

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