#8C9BAA

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

Shades of Bali Hai #8C9BAA

Tints of Bali Hai #8C9BAA

Color information

#8C9BAA (or 0x8C9BAA) is unknown color: approx Bali Hai. HEX triplet: 8C, 9B and AA. RGB value is (140,155,170). Sum of RGB (Red+Green+Blue) = 140+155+170=465 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.11% from 465); Green value is 155 (60.94% from 255 or 33.33% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 170 - color contains mainly: blue. Hex color #8C9BAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9BAA is #736455. Grayscale: #989898. Windows color (decimal): -7562326 or 11180940. OLE color: 11180940.

HSL color Cylindrical-coordinate representation of color #8C9BAA: hue angle of 210º degrees, saturation: 0.15, 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 #8C9BAA is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB140155170-
CMYK0.180.0900.33
HSL210º15%60.78%-
HSV(B)210º17.65%66.67%-
XYZ29.7931.9242.62-
YUV152.22138.03119.28-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.11%
GREEN value IS 155 (60.94% from 255) = 33.33%
BLUE value IS 170 (66.80% from 255) = 36.56%
R=30.11%
G=33.33%
B=36.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1401551700.180.0900.332101560.78
Hex8C9BAA129021d2f3d
Octal21423325222110413221775
Binary1000110010011011101010101001010010100001110100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,155,170); }

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

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

 a { background-color: rgb(140,155,170); }

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

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

 span { border-color: rgb(140,155,170); }

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