#7799ba

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

Shades of Bali Hai #7799BA

Tints of Bali Hai #7799BA

Color information

#7799BA (or 0x7799BA) is unknown color: approx Bali Hai. HEX triplet: 77, 99 and BA. RGB value is (119,153,186). Sum of RGB (Red+Green+Blue) = 119+153+186=458 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.98% from 458); Green value is 153 (60.16% from 255 or 33.41% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 186 - color contains mainly: blue. Hex color #7799BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7799BA is #886645. Grayscale: #929292. Windows color (decimal): -8939078 or 12228983. OLE color: 12228983.

HSL color Cylindrical-coordinate representation of color #7799BA: hue angle of 209.55º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7799BA is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB119153186-
CMYK0.360.1800.27
HSL209.55º32.68%59.8%-
HSV(B)209.55º36.02%72.94%-
XYZ27.8630.2550.82-
YUV146.6150.24108.32-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.98%
GREEN value IS 153 (60.16% from 255) = 33.41%
BLUE value IS 186 (73.05% from 255) = 40.61%
R=25.98%
G=33.41%
B=40.61%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1191531860.360.1800.27209.5532.6859.8
Hex7799BA241201Bd2213c
Octal16723127244220333224174
Binary111011110011001101110101001001001001101111010010100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7799ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7799ba; }

 p { color: rgb(119,153,186); }

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

<style>
 a { background-color: #7799ba; }

 a { background-color: rgb(119,153,186); }

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

<style>
 span { border-color: #7799ba; }

 span { border-color: rgb(119,153,186); }

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