#8C9AAA

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

Shades of Bali Hai #8C9AAA

Tints of Bali Hai #8C9AAA

Color information

#8C9AAA (or 0x8C9AAA) is unknown color: approx Bali Hai. HEX triplet: 8C, 9A and AA. RGB value is (140,154,170). Sum of RGB (Red+Green+Blue) = 140+154+170=464 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.17% from 464); Green value is 154 (60.55% from 255 or 33.19% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 170 - color contains mainly: blue. Hex color #8C9AAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9AAA is #736555. Grayscale: #979797. Windows color (decimal): -7562582 or 11180684. OLE color: 11180684.

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

Color convert

RGB140154170-
CMYK0.180.0900.33
HSL212º15%60.78%-
HSV(B)212º17.65%66.67%-
XYZ29.6331.5942.57-
YUV151.64138.36119.7-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.17%
GREEN value IS 154 (60.55% from 255) = 33.19%
BLUE value IS 170 (66.80% from 255) = 36.64%
R=30.17%
G=33.19%
B=36.64%

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
Decimal1401541700.180.0900.332121560.78
Hex8C9AAA129021d4f3d
Octal21423225222110413241775
Binary1000110010011010101010101001010010100001110101001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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