Html Css Color HEX #7998AB Bali Hai

📋 copy color: '#7998AB'

red 121 ◦ green 152 ◦ blue 171

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

Shades of Bali Hai #7998AB

Tints of Bali Hai #7998AB

RGB

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

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

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

R = 27.25%
G = 34.23%
B = 38.51%

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

#7998AB (or 0x7998AB) is known color: Bali Hai. HEX triplet: 79, 98 and AB. RGB value is (121,152,171). Sum of RGB (Red+Green+Blue) = 121+152+171=444 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.25% from 444); Green value is 152 (59.77% from 255 or 34.23% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 171 - color contains mainly: blue. Hex color #7998AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7998AB is #866754. Grayscale: #909090. Windows color (decimal): -8808277 or 11245689. OLE color: 11245689.

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

Color convert

RGB 121 152 171 -
CMYK 0.29 0.11 0 0.33
HSL 202.8º 0.23% 0.57% -
HSV(B) 202.8º 0.29% 0.67% -
XYZ 26.46 29.46 42.82 -
YUV 144.9 142.73 110.96 -
System Red Green Blue C M Y K H S L
Decimal 121 152 171 0.29 0.11 0 0.33 202.8 0.23 0.57
Hex 79 98 AB 1D B 0 21 CB 17 39
Octal 171 230 253 35 13 0 41 313 27 71
Binary 1111001 10011000 10101011 11101 1011 0 100001 11001011 10111 111001

Color Harmonies of #7998AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7998AB

Black with #7998AB

Text Example


Text Example

White with #7998AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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