Html Css Color HEX #799BA9 Bali Hai

📋 copy color: '#799BA9'

red 121 ◦ green 155 ◦ blue 169

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

Shades of Bali Hai #799BA9

Tints of Bali Hai #799BA9

RGB

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

 GREEN value IS 155 (60.94% from 255) = 34.83%

 BLUE value IS 169 (66.41% from 255) = 37.98%

R = 27.19%
G = 34.83%
B = 37.98%

CMYK

 C value IS 0.28

 M value IS 0.08

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#799BA9 (or 0x799BA9) is known color: Bali Hai. HEX triplet: 79, 9B and A9. RGB value is (121,155,169). Sum of RGB (Red+Green+Blue) = 121+155+169=445 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.19% from 445); Green value is 155 (60.94% from 255 or 34.83% from 445); Blue value is 169 (66.41% from 255 or 37.98% from 445); Max value from RGB is 169 - color contains mainly: blue. Hex color #799BA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799BA9 is #866456. Grayscale: #929292. Windows color (decimal): -8807511 or 11115385. OLE color: 11115385.

HSL color Cylindrical-coordinate representation of color #799BA9: hue angle of 197.5º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #799BA9 is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 121 155 169 -
CMYK 0.28 0.08 0 0.34
HSL 197.5º 0.22% 0.57% -
HSV(B) 197.5º 0.28% 0.66% -
XYZ 26.77 30.37 41.99 -
YUV 146.43 140.74 109.86 -
System Red Green Blue C M Y K H S L
Decimal 121 155 169 0.28 0.08 0 0.34 197.5 0.22 0.57
Hex 79 9B A9 1C 8 0 22 C6 16 39
Octal 171 233 251 34 10 0 42 306 26 71
Binary 1111001 10011011 10101001 11100 1000 0 100010 11000110 10110 111001

Color Harmonies of #799BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799BA9

Black with #799BA9

Text Example


Text Example

White with #799BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799BA9; }

 p { color: rgb(121,155,169); }

 H1.HeaderClassName
 {
   color: #799BA9;
 }
 .AnyTagClassName
 {
   color: #799BA9;
 }
</style>

background-color css

<style>
 a { background-color: #799BA9; }

 a { background-color: rgb(121,155,169); }

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

border-color css

<style>
 span { border-color: #799BA9; }

 span { border-color: rgb(121,155,169); }

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