#799EB4

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

Shades of Bali Hai #799EB4

Tints of Bali Hai #799EB4

Color information

#799EB4 (or 0x799EB4) is unknown color: approx Bali Hai. HEX triplet: 79, 9E and B4. RGB value is (121,158,180). Sum of RGB (Red+Green+Blue) = 121+158+180=459 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.36% from 459); Green value is 158 (62.11% from 255 or 34.42% from 459); Blue value is 180 (70.70% from 255 or 39.22% from 459); Max value from RGB is 180 - color contains mainly: blue. Hex color #799EB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799EB4 is #86614B. Grayscale: #959595. Windows color (decimal): -8806732 or 11837049. OLE color: 11837049.

HSL color Cylindrical-coordinate representation of color #799EB4: hue angle of 202.37º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #799EB4 is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB121158180-
CMYK0.330.1200.29
HSL202.37º28.23%59.02%-
HSV(B)202.37º32.78%70.59%-
XYZ28.3531.8147.83-
YUV149.45145.24107.71-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.36%
GREEN value IS 158 (62.11% from 255) = 34.42%
BLUE value IS 180 (70.70% from 255) = 39.22%
R=26.36%
G=34.42%
B=39.22%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1211581800.330.1200.29202.3728.2359.02
Hex799EB421C01Dca1c3b
Octal17123626441140353123473
Binary1111001100111101011010010000111000111011100101011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,158,180); }

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

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

 a { background-color: rgb(121,158,180); }

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

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

 span { border-color: rgb(121,158,180); }

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