#8D9FAD

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

Shades of Bali Hai #8D9FAD

Tints of Bali Hai #8D9FAD

Color information

#8D9FAD (or 0x8D9FAD) is unknown color: approx Bali Hai. HEX triplet: 8D, 9F and AD. RGB value is (141,159,173). Sum of RGB (Red+Green+Blue) = 141+159+173=473 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.81% from 473); Green value is 159 (62.5% from 255 or 33.62% from 473); Blue value is 173 (67.97% from 255 or 36.58% from 473); Max value from RGB is 173 - color contains mainly: blue. Hex color #8D9FAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9FAD is #726052. Grayscale: #9B9B9B. Windows color (decimal): -7495763 or 11378573. OLE color: 11378573.

HSL color Cylindrical-coordinate representation of color #8D9FAD: hue angle of 206.25º 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 #8D9FAD is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB141159173-
CMYK0.180.0800.32
HSL206.25º16.33%61.57%-
HSV(B)206.25º18.5%67.84%-
XYZ30.9333.4844.37-
YUV155.21138.04117.86-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.81%
GREEN value IS 159 (62.5% from 255) = 33.62%
BLUE value IS 173 (67.97% from 255) = 36.58%
R=29.81%
G=33.62%
B=36.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1411591730.180.0800.32206.2516.3361.57
Hex8D9FAD128020ce103e
Octal21523725522100403162076
Binary10001101100111111010110110010100001000001100111010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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