Html Css Color HEX #7994AB Bali Hai

📋 copy color: '#7994AB'

red 121 ◦ green 148 ◦ blue 171

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

Shades of Bali Hai #7994AB

Tints of Bali Hai #7994AB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.64%

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

R = 27.5%
G = 33.64%
B = 38.86%

CMYK

 C value IS 0.29

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7994AB (or 0x7994AB) is known color: Bali Hai. HEX triplet: 79, 94 and AB. RGB value is (121,148,171). Sum of RGB (Red+Green+Blue) = 121+148+171=440 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.5% from 440); Green value is 148 (58.20% from 255 or 33.64% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 171 - color contains mainly: blue. Hex color #7994AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7994AB is #866B54. Grayscale: #8E8E8E. Windows color (decimal): -8809301 or 11244665. OLE color: 11244665.

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

Color convert

RGB 121 148 171 -
CMYK 0.29 0.13 0 0.33
HSL 207.6º 0.23% 0.57% -
HSV(B) 207.6º 0.29% 0.67% -
XYZ 25.83 28.19 42.61 -
YUV 142.55 144.05 112.63 -
System Red Green Blue C M Y K H S L
Decimal 121 148 171 0.29 0.13 0 0.33 207.6 0.23 0.57
Hex 79 94 AB 1D D 0 21 D0 17 39
Octal 171 224 253 35 15 0 41 320 27 71
Binary 1111001 10010100 10101011 11101 1101 0 100001 11010000 10111 111001

Color Harmonies of #7994AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7994AB

Black with #7994AB

Text Example


Text Example

White with #7994AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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