Html Css Color HEX #799BAA Bali Hai

📋 copy color: '#799BAA'

red 121 ◦ green 155 ◦ blue 170

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

Shades of Bali Hai #799BAA

Tints of Bali Hai #799BAA

RGB

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

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

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

R = 27.13%
G = 34.75%
B = 38.12%

CMYK

 C value IS 0.29

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#799BAA (or 0x799BAA) is known color: Bali Hai. HEX triplet: 79, 9B and AA. RGB value is (121,155,170). Sum of RGB (Red+Green+Blue) = 121+155+170=446 (59% of max value = 765). Red value is 121 (47.66% from 255 or 27.13% from 446); Green value is 155 (60.94% from 255 or 34.75% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 170 - color contains mainly: blue. Hex color #799BAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799BAA is #866455. Grayscale: #929292. Windows color (decimal): -8807510 or 11180921. OLE color: 11180921.

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

Color convert

RGB 121 155 170 -
CMYK 0.29 0.09 0 0.33
HSL 198.37º 0.22% 0.57% -
HSV(B) 198.37º 0.29% 0.67% -
XYZ 26.86 30.41 42.48 -
YUV 146.54 141.24 109.78 -
System Red Green Blue C M Y K H S L
Decimal 121 155 170 0.29 0.09 0 0.33 198.37 0.22 0.57
Hex 79 9B AA 1D 9 0 21 C6 16 39
Octal 171 233 252 35 11 0 41 306 26 71
Binary 1111001 10011011 10101010 11101 1001 0 100001 11000110 10110 111001

Color Harmonies of #799BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799BAA

Black with #799BAA

Text Example


Text Example

White with #799BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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