#9DA4BF

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

Shades of Mischka #9DA4BF

Tints of Mischka #9DA4BF

Color information

#9DA4BF (or 0x9DA4BF) is unknown color: approx Mischka. HEX triplet: 9D, A4 and BF. RGB value is (157,164,191). Sum of RGB (Red+Green+Blue) = 157+164+191=512 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.66% from 512); Green value is 164 (64.45% from 255 or 32.03% from 512); Blue value is 191 (75% from 255 or 37.30% from 512); Max value from RGB is 191 - color contains mainly: blue. Hex color #9DA4BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DA4BF is #625B40. Grayscale: #A4A4A4. Windows color (decimal): -6445889 or 12559517. OLE color: 12559517.

HSL color Cylindrical-coordinate representation of color #9DA4BF: hue angle of 227.65º degrees, saturation: 0.21, 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 #9DA4BF is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB157164191-
CMYK0.180.1400.25
HSL227.65º20.99%68.24%-
HSV(B)227.65º17.8%74.9%-
XYZ36.5837.4854.6-
YUV164.98142.68122.3-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.66%
GREEN value IS 164 (64.45% from 255) = 32.03%
BLUE value IS 191 (75% from 255) = 37.30%
R=30.66%
G=32.03%
B=37.30%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1571641910.180.1400.25227.6520.9968.24
Hex9DA4BF12E019e41544
Octal235244277221603134425104
Binary10011101101001001011111110010111001100111100100101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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