Html Css Color HEX #799BAB Bali Hai

📋 copy color: '#799BAB'

red 121 ◦ green 155 ◦ blue 171

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

Shades of Bali Hai #799BAB

Tints of Bali Hai #799BAB

RGB

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

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

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

R = 27.07%
G = 34.68%
B = 38.26%

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

#799BAB (or 0x799BAB) is known color: Bali Hai. HEX triplet: 79, 9B and AB. RGB value is (121,155,171). Sum of RGB (Red+Green+Blue) = 121+155+171=447 (59% of max value = 765). Red value is 121 (47.66% from 255 or 27.07% from 447); Green value is 155 (60.94% from 255 or 34.68% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 171 - color contains mainly: blue. Hex color #799BAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799BAB is #866454. Grayscale: #929292. Windows color (decimal): -8807509 or 11246457. OLE color: 11246457.

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

Color convert

RGB 121 155 171 -
CMYK 0.29 0.09 0 0.33
HSL 199.2º 0.23% 0.57% -
HSV(B) 199.2º 0.29% 0.67% -
XYZ 26.96 30.45 42.98 -
YUV 146.66 141.74 109.7 -
System Red Green Blue C M Y K H S L
Decimal 121 155 171 0.29 0.09 0 0.33 199.2 0.23 0.57
Hex 79 9B AB 1D 9 0 21 C7 17 39
Octal 171 233 253 35 11 0 41 307 27 71
Binary 1111001 10011011 10101011 11101 1001 0 100001 11000111 10111 111001

Color Harmonies of #799BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799BAB

Black with #799BAB

Text Example


Text Example

White with #799BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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