Html Css Color HEX #7999AD Bali Hai

📋 copy color: '#7999AD'

red 121 ◦ green 153 ◦ blue 173

#7999AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bali Hai #7999AD

Tints of Bali Hai #7999AD

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.7%

R = 27.07%
G = 34.23%
B = 38.7%

CMYK

 C value IS 0.30

 M value IS 0.12

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7999AD (or 0x7999AD) is known color: 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

RGB 121 153 173 -
CMYK 0.30 0.12 0 0.32
HSL 203.08º 0.24% 0.58% -
HSV(B) 203.08º 0.3% 0.68% -
XYZ 26.82 29.86 43.89 -
YUV 145.71 143.4 110.37 -
System Red Green Blue C M Y K H S L
Decimal 121 153 173 0.30 0.12 0 0.32 203.08 0.24 0.58
Hex 79 99 AD 1E C 0 20 CB 18 3A
Octal 171 231 255 36 14 0 40 313 30 72
Binary 1111001 10011001 10101101 11110 1100 0 100000 11001011 11000 111010

Color Harmonies of #7999AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7999AD

Black with #7999AD

Text Example


Text Example

White with #7999AD

Text Example


Text Example

HTML Codes & Css Web 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>