#7999BA

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

Shades of Bali Hai #7999BA

Tints of Bali Hai #7999BA

Color information

#7999BA (or 0x7999BA) is unknown color: approx Bali Hai. HEX triplet: 79, 99 and BA. RGB value is (121,153,186). Sum of RGB (Red+Green+Blue) = 121+153+186=460 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.30% from 460); Green value is 153 (60.16% from 255 or 33.26% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 186 - color contains mainly: blue. Hex color #7999BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7999BA is #866645. Grayscale: #939393. Windows color (decimal): -8808006 or 12228985. OLE color: 12228985.

HSL color Cylindrical-coordinate representation of color #7999BA: hue angle of 210.46º degrees, saturation: 0.32, 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 #7999BA is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB121153186-
CMYK0.350.1800.27
HSL210.46º32.02%60.2%-
HSV(B)210.46º34.95%72.94%-
XYZ28.1430.3950.84-
YUV147.19149.9109.32-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.30%
GREEN value IS 153 (60.16% from 255) = 33.26%
BLUE value IS 186 (73.05% from 255) = 40.43%
R=26.30%
G=33.26%
B=40.43%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1211531860.350.1800.27210.4632.0260.2
Hex7999BA231201Bd2203c
Octal17123127243220333224074
Binary111100110011001101110101000111001001101111010010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7999BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7999BA; }

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

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

<style>
 a { background-color: #7999BA; }

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

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

<style>
 span { border-color: #7999BA; }

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

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