#9DA4B4

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

Shades of Mischka #9DA4B4

Tints of Mischka #9DA4B4

Color information

#9DA4B4 (or 0x9DA4B4) is unknown color: approx Mischka. HEX triplet: 9D, A4 and B4. RGB value is (157,164,180). Sum of RGB (Red+Green+Blue) = 157+164+180=501 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.34% from 501); Green value is 164 (64.45% from 255 or 32.73% from 501); Blue value is 180 (70.70% from 255 or 35.93% from 501); Max value from RGB is 180 - color contains mainly: blue. Hex color #9DA4B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DA4B4 is #625B4B. Grayscale: #A3A3A3. Windows color (decimal): -6445900 or 11838621. OLE color: 11838621.

HSL color Cylindrical-coordinate representation of color #9DA4B4: hue angle of 221.74º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9DA4B4 is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB157164180-
CMYK0.130.0900.29
HSL221.74º13.29%66.08%-
HSV(B)221.74º12.78%70.59%-
XYZ35.4237.0148.46-
YUV163.73137.18123.2-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.34%
GREEN value IS 164 (64.45% from 255) = 32.73%
BLUE value IS 180 (70.70% from 255) = 35.93%
R=31.34%
G=32.73%
B=35.93%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1571641800.130.0900.29221.7413.2966.08
Hex9DA4B4D901Dded42
Octal235244264151103533615102
Binary100111011010010010110100110110010111011101111011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA4B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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