#8D9DAD

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

Shades of Bali Hai #8D9DAD

Tints of Bali Hai #8D9DAD

Color information

#8D9DAD (or 0x8D9DAD) is unknown color: approx Bali Hai. HEX triplet: 8D, 9D and AD. RGB value is (141,157,173). Sum of RGB (Red+Green+Blue) = 141+157+173=471 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.94% from 471); Green value is 157 (61.72% from 255 or 33.33% from 471); Blue value is 173 (67.97% from 255 or 36.73% from 471); Max value from RGB is 173 - color contains mainly: blue. Hex color #8D9DAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9DAD is #726252. Grayscale: #999999. Windows color (decimal): -7496275 or 11378061. OLE color: 11378061.

HSL color Cylindrical-coordinate representation of color #8D9DAD: hue angle of 210º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8D9DAD is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB141157173-
CMYK0.180.0900.32
HSL210º16.33%61.57%-
HSV(B)210º18.5%67.84%-
XYZ30.5832.7944.25-
YUV154.04138.7118.7-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.94%
GREEN value IS 157 (61.72% from 255) = 33.33%
BLUE value IS 173 (67.97% from 255) = 36.73%
R=29.94%
G=33.33%
B=36.73%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1411571730.180.0900.3221016.3361.57
Hex8D9DAD129020d2103e
Octal21523525522110403222076
Binary10001101100111011010110110010100101000001101001010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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