Html Css Color HEX #7993AB Bali Hai

📋 copy color: '#7993AB'

red 121 ◦ green 147 ◦ blue 171

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

Shades of Bali Hai #7993AB

Tints of Bali Hai #7993AB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 33.49%

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

R = 27.56%
G = 33.49%
B = 38.95%

CMYK

 C value IS 0.29

 M value IS 0.14

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7993AB (or 0x7993AB) is known color: Bali Hai. HEX triplet: 79, 93 and AB. RGB value is (121,147,171). Sum of RGB (Red+Green+Blue) = 121+147+171=439 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.56% from 439); Green value is 147 (57.81% from 255 or 33.49% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 171 - color contains mainly: blue. Hex color #7993AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7993AB is #866C54. Grayscale: #8D8D8D. Windows color (decimal): -8809557 or 11244409. OLE color: 11244409.

HSL color Cylindrical-coordinate representation of color #7993AB: hue angle of 208.8º 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 #7993AB is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 121 147 171 -
CMYK 0.29 0.14 0 0.33
HSL 208.8º 0.23% 0.57% -
HSV(B) 208.8º 0.29% 0.67% -
XYZ 25.67 27.87 42.56 -
YUV 141.96 144.39 113.05 -
System Red Green Blue C M Y K H S L
Decimal 121 147 171 0.29 0.14 0 0.33 208.8 0.23 0.57
Hex 79 93 AB 1D E 0 21 D1 17 39
Octal 171 223 253 35 16 0 41 321 27 71
Binary 1111001 10010011 10101011 11101 1110 0 100001 11010001 10111 111001

Color Harmonies of #7993AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7993AB

Black with #7993AB

Text Example


Text Example

White with #7993AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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