Html Css Color HEX #7996AA Bali Hai

📋 copy color: '#7996AA'

red 121 ◦ green 150 ◦ blue 170

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

Shades of Bali Hai #7996AA

Tints of Bali Hai #7996AA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.01%

 BLUE value IS 170 (66.8% from 255) = 38.55%

R = 27.44%
G = 34.01%
B = 38.55%

CMYK

 C value IS 0.29

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7996AA (or 0x7996AA) is known color: Bali Hai. HEX triplet: 79, 96 and AA. RGB value is (121,150,170). Sum of RGB (Red+Green+Blue) = 121+150+170=441 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.44% from 441); Green value is 150 (58.98% from 255 or 34.01% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 170 - color contains mainly: blue. Hex color #7996AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7996AA is #866955. Grayscale: #8F8F8F. Windows color (decimal): -8808790 or 11179641. OLE color: 11179641.

HSL color Cylindrical-coordinate representation of color #7996AA: hue angle of 204.49º degrees, saturation: 0.22, 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 #7996AA is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 121 150 170 -
CMYK 0.29 0.12 0 0.33
HSL 204.49º 0.22% 0.57% -
HSV(B) 204.49º 0.29% 0.67% -
XYZ 26.05 28.78 42.21 -
YUV 143.61 142.89 111.87 -
System Red Green Blue C M Y K H S L
Decimal 121 150 170 0.29 0.12 0 0.33 204.49 0.22 0.57
Hex 79 96 AA 1D C 0 21 CC 16 39
Octal 171 226 252 35 14 0 41 314 26 71
Binary 1111001 10010110 10101010 11101 1100 0 100001 11001100 10110 111001

Color Harmonies of #7996AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7996AA

Black with #7996AA

Text Example


Text Example

White with #7996AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7996AA; }

 p { color: rgb(121,150,170); }

 H1.HeaderClassName
 {
   color: #7996AA;
 }
 .AnyTagClassName
 {
   color: #7996AA;
 }
</style>

background-color css

<style>
 a { background-color: #7996AA; }

 a { background-color: rgb(121,150,170); }

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

border-color css

<style>
 span { border-color: #7996AA; }

 span { border-color: rgb(121,150,170); }

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