Html Css Color HEX #7998B9 Bali Hai

📋 copy color: '#7998B9'

red 121 ◦ green 152 ◦ blue 185

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

Shades of Bali Hai #7998B9

Tints of Bali Hai #7998B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.39%

R = 26.42%
G = 33.19%
B = 40.39%

CMYK

 C value IS 0.35

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7998B9 (or 0x7998B9) is known color: Bali Hai. HEX triplet: 79, 98 and B9. RGB value is (121,152,185). Sum of RGB (Red+Green+Blue) = 121+152+185=458 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.42% from 458); Green value is 152 (59.77% from 255 or 33.19% from 458); Blue value is 185 (72.66% from 255 or 40.39% from 458); Max value from RGB is 185 - color contains mainly: blue. Hex color #7998B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7998B9 is #866746. Grayscale: #929292. Windows color (decimal): -8808263 or 12163193. OLE color: 12163193.

HSL color Cylindrical-coordinate representation of color #7998B9: hue angle of 210.94º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7998B9 is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 121 152 185 -
CMYK 0.35 0.18 0 0.27
HSL 210.94º 0.31% 0.6% -
HSV(B) 210.94º 0.35% 0.73% -
XYZ 27.87 30.02 50.23 -
YUV 146.49 149.73 109.82 -
System Red Green Blue C M Y K H S L
Decimal 121 152 185 0.35 0.18 0 0.27 210.94 0.31 0.6
Hex 79 98 B9 23 12 0 1B D3 1F 3C
Octal 171 230 271 43 22 0 33 323 37 74
Binary 1111001 10011000 10111001 100011 10010 0 11011 11010011 11111 111100

Color Harmonies of #7998B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7998B9

Black with #7998B9

Text Example


Text Example

White with #7998B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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