#8598AD

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

Shades of Bali Hai #8598AD

Tints of Bali Hai #8598AD

Color information

#8598AD (or 0x8598AD) is unknown color: approx Bali Hai. HEX triplet: 85, 98 and AD. RGB value is (133,152,173). Sum of RGB (Red+Green+Blue) = 133+152+173=458 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.04% from 458); Green value is 152 (59.77% from 255 or 33.19% from 458); Blue value is 173 (67.97% from 255 or 37.77% from 458); Max value from RGB is 173 - color contains mainly: blue. Hex color #8598AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8598AD is #7A6752. Grayscale: #949494. Windows color (decimal): -8021843 or 11376773. OLE color: 11376773.

HSL color Cylindrical-coordinate representation of color #8598AD: hue angle of 211.5º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8598AD is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB133152173-
CMYK0.230.1200.32
HSL211.5º19.61%60%-
HSV(B)211.5º23.12%67.84%-
XYZ28.4430.4643.92-
YUV148.71141.71116.79-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.04%
GREEN value IS 152 (59.77% from 255) = 33.19%
BLUE value IS 173 (67.97% from 255) = 37.77%
R=29.04%
G=33.19%
B=37.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1331521730.230.1200.32211.519.6160
Hex8598AD17C020d4143c
Octal20523025527140403242474
Binary10000101100110001010110110111110001000001101010010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8598AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8598AD; }

 p { color: rgb(133,152,173); }

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

<style>
 a { background-color: #8598AD; }

 a { background-color: rgb(133,152,173); }

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

<style>
 span { border-color: #8598AD; }

 span { border-color: rgb(133,152,173); }

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