Html Css Color HEX #799AAE Bali Hai

📋 copy color: '#799AAE'

red 121 ◦ green 154 ◦ blue 174

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

Shades of Bali Hai #799AAE

Tints of Bali Hai #799AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 38.75%

R = 26.95%
G = 34.3%
B = 38.75%

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

#799AAE (or 0x799AAE) is known color: Bali Hai. HEX triplet: 79, 9A and AE. RGB value is (121,154,174). Sum of RGB (Red+Green+Blue) = 121+154+174=449 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.95% from 449); Green value is 154 (60.55% from 255 or 34.30% from 449); Blue value is 174 (68.36% from 255 or 38.75% from 449); Max value from RGB is 174 - color contains mainly: blue. Hex color #799AAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799AAE is #866551. Grayscale: #929292. Windows color (decimal): -8807762 or 11442809. OLE color: 11442809.

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

Color convert

RGB 121 154 174 -
CMYK 0.30 0.11 0 0.32
HSL 202.64º 0.25% 0.58% -
HSV(B) 202.64º 0.3% 0.68% -
XYZ 27.08 30.23 44.45 -
YUV 146.41 143.57 109.87 -
System Red Green Blue C M Y K H S L
Decimal 121 154 174 0.30 0.11 0 0.32 202.64 0.25 0.58
Hex 79 9A AE 1E B 0 20 CB 19 3A
Octal 171 232 256 36 13 0 40 313 31 72
Binary 1111001 10011010 10101110 11110 1011 0 100000 11001011 11001 111010

Color Harmonies of #799AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799AAE

Black with #799AAE

Text Example


Text Example

White with #799AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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