#8C9EAC

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

Shades of Bali Hai #8C9EAC

Tints of Bali Hai #8C9EAC

Color information

#8C9EAC (or 0x8C9EAC) is unknown color: approx Bali Hai. HEX triplet: 8C, 9E and AC. RGB value is (140,158,172). Sum of RGB (Red+Green+Blue) = 140+158+172=470 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.79% from 470); Green value is 158 (62.11% from 255 or 33.62% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 172 - color contains mainly: blue. Hex color #8C9EAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9EAC is #736153. Grayscale: #9A9A9A. Windows color (decimal): -7561556 or 11312780. OLE color: 11312780.

HSL color Cylindrical-coordinate representation of color #8C9EAC: hue angle of 206.25º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8C9EAC is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB140158172-
CMYK0.190.0800.33
HSL206.25º16.16%61.18%-
HSV(B)206.25º18.6%67.45%-
XYZ30.4933.0143.79-
YUV154.21138.04117.86-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.79%
GREEN value IS 158 (62.11% from 255) = 33.62%
BLUE value IS 172 (67.58% from 255) = 36.60%
R=29.79%
G=33.62%
B=36.60%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1401581720.190.0800.33206.2516.1661.18
Hex8C9EAC138021ce103d
Octal21423625423100413162075
Binary10001100100111101010110010011100001000011100111010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,158,172); }

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

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

 a { background-color: rgb(140,158,172); }

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

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

 span { border-color: rgb(140,158,172); }

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