#8C9DAB

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

Shades of Bali Hai #8C9DAB

Tints of Bali Hai #8C9DAB

Color information

#8C9DAB (or 0x8C9DAB) is unknown color: approx Bali Hai. HEX triplet: 8C, 9D and AB. RGB value is (140,157,171). Sum of RGB (Red+Green+Blue) = 140+157+171=468 (61% of max value = 765). Red value is 140 (55.08% from 255 or 29.91% from 468); Green value is 157 (61.72% from 255 or 33.55% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 171 - color contains mainly: blue. Hex color #8C9DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9DAB is #736254. Grayscale: #999999. Windows color (decimal): -7561813 or 11246988. OLE color: 11246988.

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

Color convert

RGB140157171-
CMYK0.180.0800.33
HSL207.1º15.58%60.98%-
HSV(B)207.1º18.13%67.06%-
XYZ30.2232.6343.23-
YUV153.51137.87118.36-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.91%
GREEN value IS 157 (61.72% from 255) = 33.55%
BLUE value IS 171 (67.19% from 255) = 36.54%
R=29.91%
G=33.55%
B=36.54%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1401571710.180.0800.33207.115.5860.98
Hex8C9DAB128021cf103d
Octal21423525322100413172075
Binary10001100100111011010101110010100001000011100111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,157,171); }

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

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

 a { background-color: rgb(140,157,171); }

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

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

 span { border-color: rgb(140,157,171); }

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