#799DB7

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

Shades of Bali Hai #799DB7

Tints of Bali Hai #799DB7

Color information

#799DB7 (or 0x799DB7) is unknown color: approx Bali Hai. HEX triplet: 79, 9D and B7. RGB value is (121,157,183). Sum of RGB (Red+Green+Blue) = 121+157+183=461 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.25% from 461); Green value is 157 (61.72% from 255 or 34.06% from 461); Blue value is 183 (71.88% from 255 or 39.70% from 461); Max value from RGB is 183 - color contains mainly: blue. Hex color #799DB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799DB7 is #866248. Grayscale: #959595. Windows color (decimal): -8806985 or 12033401. OLE color: 12033401.

HSL color Cylindrical-coordinate representation of color #799DB7: hue angle of 205.16º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #799DB7 is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB121157183-
CMYK0.340.1400.28
HSL205.16º30.1%59.61%-
HSV(B)205.16º33.88%71.76%-
XYZ28.4931.649.4-
YUV149.2147.07107.89-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.25%
GREEN value IS 157 (61.72% from 255) = 34.06%
BLUE value IS 183 (71.88% from 255) = 39.70%
R=26.25%
G=34.06%
B=39.70%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1211571830.340.1400.28205.1630.159.61
Hex799DB722E01Ccd1e3c
Octal17123526742160343153674
Binary1111001100111011011011110001011100111001100110111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,157,183); }

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

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

 a { background-color: rgb(121,157,183); }

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

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

 span { border-color: rgb(121,157,183); }

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