#9DA4BB

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

Shades of Mischka #9DA4BB

Tints of Mischka #9DA4BB

Color information

#9DA4BB (or 0x9DA4BB) is unknown color: approx Mischka. HEX triplet: 9D, A4 and BB. RGB value is (157,164,187). Sum of RGB (Red+Green+Blue) = 157+164+187=508 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.91% from 508); Green value is 164 (64.45% from 255 or 32.28% from 508); Blue value is 187 (73.44% from 255 or 36.81% from 508); Max value from RGB is 187 - color contains mainly: blue. Hex color #9DA4BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DA4BB is #625B44. Grayscale: #A4A4A4. Windows color (decimal): -6445893 or 12297373. OLE color: 12297373.

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

Color convert

RGB157164187-
CMYK0.160.1200.27
HSL226º18.07%67.45%-
HSV(B)226º16.04%73.33%-
XYZ36.1537.3152.31-
YUV164.53140.68122.63-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.91%
GREEN value IS 164 (64.45% from 255) = 32.28%
BLUE value IS 187 (73.44% from 255) = 36.81%
R=30.91%
G=32.28%
B=36.81%

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
Decimal1571641870.160.1200.2722618.0767.45
Hex9DA4BB10C01Be21243
Octal235244273201403334222103
Binary10011101101001001011101110000110001101111100010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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