#7999AD

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

Shades of Bali Hai #7999AD

Tints of Bali Hai #7999AD

Color information

#7999AD (or 0x7999AD) is unknown color: approx Bali Hai. HEX triplet: 79, 99 and AD. RGB value is (121,153,173). Sum of RGB (Red+Green+Blue) = 121+153+173=447 (59% of max value = 765). Red value is 121 (47.66% from 255 or 27.07% from 447); Green value is 153 (60.16% from 255 or 34.23% from 447); Blue value is 173 (67.97% from 255 or 38.70% from 447); Max value from RGB is 173 - color contains mainly: blue. Hex color #7999AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7999AD is #866652. Grayscale: #919191. Windows color (decimal): -8808019 or 11377017. OLE color: 11377017.

HSL color Cylindrical-coordinate representation of color #7999AD: hue angle of 203.08º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7999AD is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB121153173-
CMYK0.300.1200.32
HSL203.08º24.07%57.65%-
HSV(B)203.08º30.06%67.84%-
XYZ26.8229.8643.89-
YUV145.71143.4110.37-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.07%
GREEN value IS 153 (60.16% from 255) = 34.23%
BLUE value IS 173 (67.97% from 255) = 38.70%
R=27.07%
G=34.23%
B=38.70%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1211531730.300.1200.32203.0824.0757.65
Hex7999AD1EC020cb183a
Octal17123125536140403133072
Binary1111001100110011010110111110110001000001100101111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7999AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,153,173); }

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

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

 a { background-color: rgb(121,153,173); }

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

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

 span { border-color: rgb(121,153,173); }

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