#8398AC

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

Shades of Bali Hai #8398AC

Tints of Bali Hai #8398AC

Color information

#8398AC (or 0x8398AC) is unknown color: approx Bali Hai. HEX triplet: 83, 98 and AC. RGB value is (131,152,172). Sum of RGB (Red+Green+Blue) = 131+152+172=455 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.79% from 455); Green value is 152 (59.77% from 255 or 33.41% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 172 - color contains mainly: blue. Hex color #8398AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8398AC is #7C6753. Grayscale: #939393. Windows color (decimal): -8152916 or 11311235. OLE color: 11311235.

HSL color Cylindrical-coordinate representation of color #8398AC: hue angle of 209.27º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8398AC is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB131152172-
CMYK0.240.1200.33
HSL209.27º19.81%59.41%-
HSV(B)209.27º23.84%67.45%-
XYZ28.0330.2643.39-
YUV148141.54115.87-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.79%
GREEN value IS 152 (59.77% from 255) = 33.41%
BLUE value IS 172 (67.58% from 255) = 37.80%
R=28.79%
G=33.41%
B=37.80%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1311521720.240.1200.33209.2719.8159.41
Hex8398AC18C021d1143b
Octal20323025430140413212473
Binary10000011100110001010110011000110001000011101000110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8398AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8398AC; }

 p { color: rgb(131,152,172); }

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

<style>
 a { background-color: #8398AC; }

 a { background-color: rgb(131,152,172); }

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

<style>
 span { border-color: #8398AC; }

 span { border-color: rgb(131,152,172); }

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