#9DA5BC

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

Shades of Mischka #9DA5BC

Tints of Mischka #9DA5BC

Color information

#9DA5BC (or 0x9DA5BC) is unknown color: approx Mischka. HEX triplet: 9D, A5 and BC. RGB value is (157,165,188). Sum of RGB (Red+Green+Blue) = 157+165+188=510 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.78% from 510); Green value is 165 (64.84% from 255 or 32.35% from 510); Blue value is 188 (73.83% from 255 or 36.86% from 510); Max value from RGB is 188 - color contains mainly: blue. Hex color #9DA5BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DA5BC is #625A43. Grayscale: #A5A5A5. Windows color (decimal): -6445636 or 12363165. OLE color: 12363165.

HSL color Cylindrical-coordinate representation of color #9DA5BC: hue angle of 224.52º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9DA5BC is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB157165188-
CMYK0.160.1200.26
HSL224.52º18.79%67.65%-
HSV(B)224.52º16.49%73.73%-
XYZ36.4437.7152.94-
YUV165.23140.85122.13-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.78%
GREEN value IS 165 (64.84% from 255) = 32.35%
BLUE value IS 188 (73.83% from 255) = 36.86%
R=30.78%
G=32.35%
B=36.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1571651880.160.1200.26224.5218.7967.65
Hex9DA5BC10C01Ae11344
Octal235245274201403234123104
Binary10011101101001011011110010000110001101011100001100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,165,188); }

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

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

 a { background-color: rgb(157,165,188); }

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

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

 span { border-color: rgb(157,165,188); }

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