Html Css Color HEX #799AAD Bali Hai

📋 copy color: '#799AAD'

red 121 ◦ green 154 ◦ blue 173

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

Shades of Bali Hai #799AAD

Tints of Bali Hai #799AAD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 34.38%

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

R = 27.01%
G = 34.38%
B = 38.62%

CMYK

 C value IS 0.30

 M value IS 0.11

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#799AAD (or 0x799AAD) is known color: Bali Hai. HEX triplet: 79, 9A and AD. RGB value is (121,154,173). Sum of RGB (Red+Green+Blue) = 121+154+173=448 (59% of max value = 765). Red value is 121 (47.66% from 255 or 27.01% from 448); Green value is 154 (60.55% from 255 or 34.38% from 448); Blue value is 173 (67.97% from 255 or 38.62% from 448); Max value from RGB is 173 - color contains mainly: blue. Hex color #799AAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799AAD is #866552. Grayscale: #929292. Windows color (decimal): -8807763 or 11377273. OLE color: 11377273.

HSL color Cylindrical-coordinate representation of color #799AAD: hue angle of 201.92º 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 #799AAD is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 121 154 173 -
CMYK 0.30 0.11 0 0.32
HSL 201.92º 0.24% 0.58% -
HSV(B) 201.92º 0.3% 0.68% -
XYZ 26.98 30.19 43.94 -
YUV 146.3 143.07 109.96 -
System Red Green Blue C M Y K H S L
Decimal 121 154 173 0.30 0.11 0 0.32 201.92 0.24 0.58
Hex 79 9A AD 1E B 0 20 CA 18 3A
Octal 171 232 255 36 13 0 40 312 30 72
Binary 1111001 10011010 10101101 11110 1011 0 100000 11001010 11000 111010

Color Harmonies of #799AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799AAD

Black with #799AAD

Text Example


Text Example

White with #799AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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