#9DA4BA

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

Shades of Mischka #9DA4BA

Tints of Mischka #9DA4BA

Color information

#9DA4BA (or 0x9DA4BA) is unknown color: approx Mischka. HEX triplet: 9D, A4 and BA. RGB value is (157,164,186). Sum of RGB (Red+Green+Blue) = 157+164+186=507 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.97% from 507); Green value is 164 (64.45% from 255 or 32.35% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 186 - color contains mainly: blue. Hex color #9DA4BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DA4BA is #625B45. Grayscale: #A4A4A4. Windows color (decimal): -6445894 or 12231837. OLE color: 12231837.

HSL color Cylindrical-coordinate representation of color #9DA4BA: hue angle of 225.52º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9DA4BA is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB157164186-
CMYK0.160.1200.27
HSL225.52º17.37%67.25%-
HSV(B)225.52º15.59%72.94%-
XYZ36.0437.2651.75-
YUV164.42140.18122.71-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.97%
GREEN value IS 164 (64.45% from 255) = 32.35%
BLUE value IS 186 (73.05% from 255) = 36.69%
R=30.97%
G=32.35%
B=36.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1571641860.160.1200.27225.5217.3767.25
Hex9DA4BA10C01Be21143
Octal235244272201403334221103
Binary10011101101001001011101010000110001101111100010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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