#799ABA

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

Shades of Bali Hai #799ABA

Tints of Bali Hai #799ABA

Color information

#799ABA (or 0x799ABA) is unknown color: approx Bali Hai. HEX triplet: 79, 9A and BA. RGB value is (121,154,186). Sum of RGB (Red+Green+Blue) = 121+154+186=461 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.25% from 461); Green value is 154 (60.55% from 255 or 33.41% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 186 - color contains mainly: blue. Hex color #799ABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799ABA is #866545. Grayscale: #939393. Windows color (decimal): -8807750 or 12229241. OLE color: 12229241.

HSL color Cylindrical-coordinate representation of color #799ABA: hue angle of 209.54º 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 #799ABA is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB121154186-
CMYK0.350.1700.27
HSL209.54º32.02%60.2%-
HSV(B)209.54º34.95%72.94%-
XYZ28.330.7250.89-
YUV147.78149.57108.9-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.25%
GREEN value IS 154 (60.55% from 255) = 33.41%
BLUE value IS 186 (73.05% from 255) = 40.35%
R=26.25%
G=33.41%
B=40.35%

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
Decimal1211541860.350.1700.27209.5432.0260.2
Hex799ABA231101Bd2203c
Octal17123227243210333224074
Binary111100110011010101110101000111000101101111010010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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