#8093A7

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

Shades of Bali Hai #8093A7

Tints of Bali Hai #8093A7

Color information

#8093A7 (or 0x8093A7) is unknown color: approx Bali Hai. HEX triplet: 80, 93 and A7. RGB value is (128,147,167). Sum of RGB (Red+Green+Blue) = 128+147+167=442 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.96% from 442); Green value is 147 (57.81% from 255 or 33.26% from 442); Blue value is 167 (65.62% from 255 or 37.78% from 442); Max value from RGB is 167 - color contains mainly: blue. Hex color #8093A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8093A7 is #7F6C58. Grayscale: #8F8F8F. Windows color (decimal): -8350809 or 10982272. OLE color: 10982272.

HSL color Cylindrical-coordinate representation of color #8093A7: hue angle of 210.77º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8093A7 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB128147167-
CMYK0.230.1200.35
HSL210.77º18.14%57.84%-
HSV(B)210.77º23.35%65.49%-
XYZ26.3128.2540.62-
YUV143.6141.21116.87-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.96%
GREEN value IS 147 (57.81% from 255) = 33.26%
BLUE value IS 167 (65.62% from 255) = 37.78%
R=28.96%
G=33.26%
B=37.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1281471670.230.1200.35210.7718.1457.84
Hex8093A717C023d3123a
Octal20022324727140433232272
Binary10000000100100111010011110111110001000111101001110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8093A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8093A7; }

 p { color: rgb(128,147,167); }

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

<style>
 a { background-color: #8093A7; }

 a { background-color: rgb(128,147,167); }

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

<style>
 span { border-color: #8093A7; }

 span { border-color: rgb(128,147,167); }

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