#8D9DA3

Color #8D9DA3 Bali Hai (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bali Hai #8D9DA3

Tints of Bali Hai #8D9DA3

Color information

#8D9DA3 (or 0x8D9DA3) is unknown color: approx Bali Hai. HEX triplet: 8D, 9D and A3. RGB value is (141,157,163). Sum of RGB (Red+Green+Blue) = 141+157+163=461 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.59% from 461); Green value is 157 (61.72% from 255 or 34.06% from 461); Blue value is 163 (64.06% from 255 or 35.36% from 461); Max value from RGB is 163 - color contains mainly: blue. Hex color #8D9DA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9DA3 is #72625C. Grayscale: #989898. Windows color (decimal): -7496285 or 10722701. OLE color: 10722701.

HSL color Cylindrical-coordinate representation of color #8D9DA3: hue angle of 196.36º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8D9DA3 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB141157163-
CMYK0.130.0400.36
HSL196.36º10.68%59.61%-
HSV(B)196.36º13.5%63.92%-
XYZ29.6532.4239.35-
YUV152.9133.7119.51-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.59%
GREEN value IS 157 (61.72% from 255) = 34.06%
BLUE value IS 163 (64.06% from 255) = 35.36%
R=30.59%
G=34.06%
B=35.36%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1411571630.130.0400.36196.3610.6859.61
Hex8D9DA3D4024c4b3c
Octal2152352431540443041374
Binary10001101100111011010001111011000100100110001001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D9DA3; }

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

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

<style>
 a { background-color: #8D9DA3; }

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

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

<style>
 span { border-color: #8D9DA3; }

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

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