#799AB9

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

Shades of Bali Hai #799AB9

Tints of Bali Hai #799AB9

Color information

#799AB9 (or 0x799AB9) is unknown color: approx Bali Hai. HEX triplet: 79, 9A and B9. RGB value is (121,154,185). Sum of RGB (Red+Green+Blue) = 121+154+185=460 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.30% from 460); Green value is 154 (60.55% from 255 or 33.48% from 460); Blue value is 185 (72.66% from 255 or 40.22% from 460); Max value from RGB is 185 - color contains mainly: blue. Hex color #799AB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799AB9 is #866546. Grayscale: #939393. Windows color (decimal): -8807751 or 12163705. OLE color: 12163705.

HSL color Cylindrical-coordinate representation of color #799AB9: hue angle of 209.06º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #799AB9 is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB121154185-
CMYK0.350.1700.27
HSL209.06º31.37%60%-
HSV(B)209.06º34.59%72.55%-
XYZ28.230.6850.33-
YUV147.67149.07108.98-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.30%
GREEN value IS 154 (60.55% from 255) = 33.48%
BLUE value IS 185 (72.66% from 255) = 40.22%
R=26.30%
G=33.48%
B=40.22%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1211541850.350.1700.27209.0631.3760
Hex799AB9231101Bd11f3c
Octal17123227143210333213774
Binary11110011001101010111001100011100010110111101000111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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