#8C98A2

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

Shades of Bali Hai #8C98A2

Tints of Bali Hai #8C98A2

Color information

#8C98A2 (or 0x8C98A2) is unknown color: approx Bali Hai. HEX triplet: 8C, 98 and A2. RGB value is (140,152,162). Sum of RGB (Red+Green+Blue) = 140+152+162=454 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.84% from 454); Green value is 152 (59.77% from 255 or 33.48% from 454); Blue value is 162 (63.67% from 255 or 35.68% from 454); Max value from RGB is 162 - color contains mainly: blue. Hex color #8C98A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C98A2 is #73675D. Grayscale: #959595. Windows color (decimal): -7563102 or 10655884. OLE color: 10655884.

HSL color Cylindrical-coordinate representation of color #8C98A2: hue angle of 207.27º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8C98A2 is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB140152162-
CMYK0.140.0600.36
HSL207.27º10.58%59.22%-
HSV(B)207.27º13.58%63.53%-
XYZ28.5730.6438.59-
YUV149.55135.02121.19-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.84%
GREEN value IS 152 (59.77% from 255) = 33.48%
BLUE value IS 162 (63.67% from 255) = 35.68%
R=30.84%
G=33.48%
B=35.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1401521620.140.0600.36207.2710.5859.22
Hex8C98A2E6024cfb3b
Octal2142302421660443171373
Binary10001100100110001010001011101100100100110011111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C98A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,152,162); }

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

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

 a { background-color: rgb(140,152,162); }

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

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

 span { border-color: rgb(140,152,162); }

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