#799AA3

Color #799AA3 Bali Hai (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bali Hai #799AA3

Tints of Bali Hai #799AA3

Color information

#799AA3 (or 0x799AA3) is unknown color: approx Bali Hai. HEX triplet: 79, 9A and A3. RGB value is (121,154,163). Sum of RGB (Red+Green+Blue) = 121+154+163=438 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.63% from 438); Green value is 154 (60.55% from 255 or 35.16% from 438); Blue value is 163 (64.06% from 255 or 37.21% from 438); Max value from RGB is 163 - color contains mainly: blue. Hex color #799AA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799AA3 is #86655C. Grayscale: #919191. Windows color (decimal): -8807773 or 10721913. OLE color: 10721913.

HSL color Cylindrical-coordinate representation of color #799AA3: hue angle of 192.86º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #799AA3 is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB121154163-
CMYK0.260.0600.36
HSL192.86º18.58%55.69%-
HSV(B)192.86º25.77%63.92%-
XYZ26.0529.8239.03-
YUV145.16138.07110.77-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.63%
GREEN value IS 154 (60.55% from 255) = 35.16%
BLUE value IS 163 (64.06% from 255) = 37.21%
R=27.63%
G=35.16%
B=37.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1211541630.260.0600.36192.8618.5855.69
Hex799AA31A6024c11338
Octal1712322433260443012370
Binary111100110011010101000111101011001001001100000110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #799AA3;
 }
 .AnyTagClassName
 {
   color: #799AA3;
 }
</style>
background-color css

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

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

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

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

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

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