#9DA3BA

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

Shades of Mischka #9DA3BA

Tints of Mischka #9DA3BA

Color information

#9DA3BA (or 0x9DA3BA) is unknown color: approx Mischka. HEX triplet: 9D, A3 and BA. RGB value is (157,163,186). Sum of RGB (Red+Green+Blue) = 157+163+186=506 (67% of max value = 765). Red value is 157 (61.72% from 255 or 31.03% from 506); Green value is 163 (64.06% from 255 or 32.21% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 186 - color contains mainly: blue. Hex color #9DA3BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DA3BA is #625C45. Grayscale: #A3A3A3. Windows color (decimal): -6446150 or 12231581. OLE color: 12231581.

HSL color Cylindrical-coordinate representation of color #9DA3BA: hue angle of 227.59º 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 #9DA3BA is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB157163186-
CMYK0.160.1200.27
HSL227.59º17.37%67.25%-
HSV(B)227.59º15.59%72.94%-
XYZ35.8636.9151.69-
YUV163.83140.51123.13-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.03%
GREEN value IS 163 (64.06% from 255) = 32.21%
BLUE value IS 186 (73.05% from 255) = 36.76%
R=31.03%
G=32.21%
B=36.76%

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
Decimal1571631860.160.1200.27227.5917.3767.25
Hex9DA3BA10C01Be41143
Octal235243272201403334421103
Binary10011101101000111011101010000110001101111100100100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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