Html Css Color HEX #7999AB Bali Hai

📋 copy color: '#7999AB'

red 121 ◦ green 153 ◦ blue 171

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

Shades of Bali Hai #7999AB

Tints of Bali Hai #7999AB

RGB

 RED value IS 121 (47.66% from 255) = 27.19%

 GREEN value IS 153 (60.16% from 255) = 34.38%

 BLUE value IS 171 (67.19% from 255) = 38.43%

R = 27.19%
G = 34.38%
B = 38.43%

CMYK

 C value IS 0.29

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7999AB (or 0x7999AB) is known color: Bali Hai. HEX triplet: 79, 99 and AB. RGB value is (121,153,171). Sum of RGB (Red+Green+Blue) = 121+153+171=445 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.19% from 445); Green value is 153 (60.16% from 255 or 34.38% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 171 - color contains mainly: blue. Hex color #7999AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7999AB is #866654. Grayscale: #919191. Windows color (decimal): -8808021 or 11245945. OLE color: 11245945.

HSL color Cylindrical-coordinate representation of color #7999AB: hue angle of 201.6º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7999AB is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 121 153 171 -
CMYK 0.29 0.11 0 0.33
HSL 201.6º 0.23% 0.57% -
HSV(B) 201.6º 0.29% 0.67% -
XYZ 26.63 29.79 42.87 -
YUV 145.48 142.4 110.54 -
System Red Green Blue C M Y K H S L
Decimal 121 153 171 0.29 0.11 0 0.33 201.6 0.23 0.57
Hex 79 99 AB 1D B 0 21 CA 17 39
Octal 171 231 253 35 13 0 41 312 27 71
Binary 1111001 10011001 10101011 11101 1011 0 100001 11001010 10111 111001

Color Harmonies of #7999AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7999AB

Black with #7999AB

Text Example


Text Example

White with #7999AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7999AB;
 }
 .AnyTagClassName
 {
   color: #7999AB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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