#8D9498

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

Shades of Bali Hai #8D9498

Tints of Bali Hai #8D9498

Color information

#8D9498 (or 0x8D9498) is unknown color: approx Bali Hai. HEX triplet: 8D, 94 and 98. RGB value is (141,148,152). Sum of RGB (Red+Green+Blue) = 141+148+152=441 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.97% from 441); Green value is 148 (58.20% from 255 or 33.56% from 441); Blue value is 152 (59.77% from 255 or 34.47% from 441); Max value from RGB is 152 - color contains mainly: blue. Hex color #8D9498 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9498 is #726B67. Grayscale: #929292. Windows color (decimal): -7498600 or 9999501. OLE color: 9999501.

HSL color Cylindrical-coordinate representation of color #8D9498: hue angle of 201.82º degrees, saturation: 0.05, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8D9498 is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB141148152-
CMYK0.070.0300.40
HSL201.82º5.07%57.45%-
HSV(B)201.82º7.24%59.61%-
XYZ27.2429.1133.89-
YUV146.36131.18124.17-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.97%
GREEN value IS 148 (58.20% from 255) = 33.56%
BLUE value IS 152 (59.77% from 255) = 34.47%
R=31.97%
G=33.56%
B=34.47%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1411481520.070.0300.40201.825.0757.45
Hex8D949873028ca539
Octal21522423073050312571
Binary10001101100101001001100011111010100011001010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,148,152); }

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

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

 a { background-color: rgb(141,148,152); }

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

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

 span { border-color: rgb(141,148,152); }

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