#9DA4BE

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

Shades of Mischka #9DA4BE

Tints of Mischka #9DA4BE

Color information

#9DA4BE (or 0x9DA4BE) is unknown color: approx Mischka. HEX triplet: 9D, A4 and BE. RGB value is (157,164,190). Sum of RGB (Red+Green+Blue) = 157+164+190=511 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.72% from 511); Green value is 164 (64.45% from 255 or 32.09% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 190 - color contains mainly: blue. Hex color #9DA4BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DA4BE is #625B41. Grayscale: #A4A4A4. Windows color (decimal): -6445890 or 12493981. OLE color: 12493981.

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

Color convert

RGB157164190-
CMYK0.170.1400.25
HSL227.27º20.25%68.04%-
HSV(B)227.27º17.37%74.51%-
XYZ36.4737.4454.02-
YUV164.87142.18122.39-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.72%
GREEN value IS 164 (64.45% from 255) = 32.09%
BLUE value IS 190 (74.61% from 255) = 37.18%
R=30.72%
G=32.09%
B=37.18%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1571641900.170.1400.25227.2720.2568.04
Hex9DA4BE11E019e31444
Octal235244276211603134324104
Binary10011101101001001011111010001111001100111100011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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