Html Css Color HEX #7998AA Bali Hai

📋 copy color: '#7998AA'

red 121 ◦ green 152 ◦ blue 170

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

Shades of Bali Hai #7998AA

Tints of Bali Hai #7998AA

RGB

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

 GREEN value IS 152 (59.77% from 255) = 34.31%

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

R = 27.31%
G = 34.31%
B = 38.37%

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

#7998AA (or 0x7998AA) is known color: Bali Hai. HEX triplet: 79, 98 and AA. RGB value is (121,152,170). Sum of RGB (Red+Green+Blue) = 121+152+170=443 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.31% from 443); Green value is 152 (59.77% from 255 or 34.31% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 170 - color contains mainly: blue. Hex color #7998AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7998AA is #866755. Grayscale: #909090. Windows color (decimal): -8808278 or 11180153. OLE color: 11180153.

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

Color convert

RGB 121 152 170 -
CMYK 0.29 0.11 0 0.33
HSL 202.04º 0.22% 0.57% -
HSV(B) 202.04º 0.29% 0.67% -
XYZ 26.37 29.42 42.32 -
YUV 144.78 142.23 111.04 -
System Red Green Blue C M Y K H S L
Decimal 121 152 170 0.29 0.11 0 0.33 202.04 0.22 0.57
Hex 79 98 AA 1D B 0 21 CA 16 39
Octal 171 230 252 35 13 0 41 312 26 71
Binary 1111001 10011000 10101010 11101 1011 0 100001 11001010 10110 111001

Color Harmonies of #7998AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7998AA

Black with #7998AA

Text Example


Text Example

White with #7998AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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