#8D9FAE

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

Shades of Bali Hai #8D9FAE

Tints of Bali Hai #8D9FAE

Color information

#8D9FAE (or 0x8D9FAE) is unknown color: approx Bali Hai. HEX triplet: 8D, 9F and AE. RGB value is (141,159,174). Sum of RGB (Red+Green+Blue) = 141+159+174=474 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.75% from 474); Green value is 159 (62.5% from 255 or 33.54% from 474); Blue value is 174 (68.36% from 255 or 36.71% from 474); Max value from RGB is 174 - color contains mainly: blue. Hex color #8D9FAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9FAE is #726051. Grayscale: #9B9B9B. Windows color (decimal): -7495762 or 11444109. OLE color: 11444109.

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

Color convert

RGB141159174-
CMYK0.190.0900.32
HSL207.27º16.92%61.76%-
HSV(B)207.27º18.97%68.24%-
XYZ31.0233.5144.88-
YUV155.33138.54117.78-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.75%
GREEN value IS 159 (62.5% from 255) = 33.54%
BLUE value IS 174 (68.36% from 255) = 36.71%
R=29.75%
G=33.54%
B=36.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1411591740.190.0900.32207.2716.9261.76
Hex8D9FAE139020cf113e
Octal21523725623110403172176
Binary10001101100111111010111010011100101000001100111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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