#7993AC

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

Shades of Bali Hai #7993AC

Tints of Bali Hai #7993AC

Color information

#7993AC (or 0x7993AC) is unknown color: approx Bali Hai. HEX triplet: 79, 93 and AC. RGB value is (121,147,172). Sum of RGB (Red+Green+Blue) = 121+147+172=440 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.5% from 440); Green value is 147 (57.81% from 255 or 33.41% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 172 - color contains mainly: blue. Hex color #7993AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7993AC is #866C53. Grayscale: #8D8D8D. Windows color (decimal): -8809556 or 11309945. OLE color: 11309945.

HSL color Cylindrical-coordinate representation of color #7993AC: hue angle of 209.41º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7993AC is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB121147172-
CMYK0.300.1500.33
HSL209.41º23.5%57.45%-
HSV(B)209.41º29.65%67.45%-
XYZ25.7727.9143.06-
YUV142.08144.89112.97-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.5%
GREEN value IS 147 (57.81% from 255) = 33.41%
BLUE value IS 172 (67.58% from 255) = 39.09%
R=27.5%
G=33.41%
B=39.09%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1211471720.300.1500.33209.4123.557.45
Hex7993AC1EF021d11839
Octal17122325436170413213071
Binary1111001100100111010110011110111101000011101000111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7993AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,147,172); }

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

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

 a { background-color: rgb(121,147,172); }

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

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

 span { border-color: rgb(121,147,172); }

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