Html Css Color HEX #799BAD Bali Hai

📋 copy color: '#799BAD'

red 121 ◦ green 155 ◦ blue 173

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

Shades of Bali Hai #799BAD

Tints of Bali Hai #799BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 38.53%

R = 26.95%
G = 34.52%
B = 38.53%

CMYK

 C value IS 0.30

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#799BAD (or 0x799BAD) is known color: Bali Hai. HEX triplet: 79, 9B and AD. RGB value is (121,155,173). Sum of RGB (Red+Green+Blue) = 121+155+173=449 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.95% from 449); Green value is 155 (60.94% from 255 or 34.52% from 449); Blue value is 173 (67.97% from 255 or 38.53% from 449); Max value from RGB is 173 - color contains mainly: blue. Hex color #799BAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799BAD is #866452. Grayscale: #929292. Windows color (decimal): -8807507 or 11377529. OLE color: 11377529.

HSL color Cylindrical-coordinate representation of color #799BAD: hue angle of 200.77º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #799BAD is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 121 155 173 -
CMYK 0.30 0.10 0 0.32
HSL 200.77º 0.24% 0.58% -
HSV(B) 200.77º 0.3% 0.68% -
XYZ 27.15 30.52 44 -
YUV 146.89 142.74 109.54 -
System Red Green Blue C M Y K H S L
Decimal 121 155 173 0.30 0.10 0 0.32 200.77 0.24 0.58
Hex 79 9B AD 1E A 0 20 C9 18 3A
Octal 171 233 255 36 12 0 40 311 30 72
Binary 1111001 10011011 10101101 11110 1010 0 100000 11001001 11000 111010

Color Harmonies of #799BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799BAD

Black with #799BAD

Text Example


Text Example

White with #799BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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