Html Css Color HEX #7993AD Bali Hai

📋 copy color: '#7993AD'

red 121 ◦ green 147 ◦ blue 173

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

Shades of Bali Hai #7993AD

Tints of Bali Hai #7993AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 39.23%

R = 27.44%
G = 33.33%
B = 39.23%

CMYK

 C value IS 0.30

 M value IS 0.15

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7993AD (or 0x7993AD) is known color: Bali Hai. HEX triplet: 79, 93 and AD. RGB value is (121,147,173). Sum of RGB (Red+Green+Blue) = 121+147+173=441 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.44% from 441); Green value is 147 (57.81% from 255 or 33.33% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 173 - color contains mainly: blue. Hex color #7993AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7993AD is #866C52. Grayscale: #8E8E8E. Windows color (decimal): -8809555 or 11375481. OLE color: 11375481.

HSL color Cylindrical-coordinate representation of color #7993AD: hue angle of 210º 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 #7993AD is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 121 147 173 -
CMYK 0.30 0.15 0 0.32
HSL 210º 0.24% 0.58% -
HSV(B) 210º 0.3% 0.68% -
XYZ 25.86 27.95 43.57 -
YUV 142.19 145.39 112.89 -
System Red Green Blue C M Y K H S L
Decimal 121 147 173 0.30 0.15 0 0.32 210 0.24 0.58
Hex 79 93 AD 1E F 0 20 D2 18 3A
Octal 171 223 255 36 17 0 40 322 30 72
Binary 1111001 10010011 10101101 11110 1111 0 100000 11010010 11000 111010

Color Harmonies of #7993AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7993AD

Black with #7993AD

Text Example


Text Example

White with #7993AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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