#799BBA

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

Shades of Bali Hai #799BBA

Tints of Bali Hai #799BBA

Color information

#799BBA (or 0x799BBA) is unknown color: approx Bali Hai. HEX triplet: 79, 9B and BA. RGB value is (121,155,186). Sum of RGB (Red+Green+Blue) = 121+155+186=462 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.19% from 462); Green value is 155 (60.94% from 255 or 33.55% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 186 - color contains mainly: blue. Hex color #799BBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799BBA is #866445. Grayscale: #949494. Windows color (decimal): -8807494 or 12229497. OLE color: 12229497.

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

Color convert

RGB121155186-
CMYK0.350.1700.27
HSL208.62º32.02%60.2%-
HSV(B)208.62º34.95%72.94%-
XYZ28.4731.0550.95-
YUV148.37149.24108.48-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.19%
GREEN value IS 155 (60.94% from 255) = 33.55%
BLUE value IS 186 (73.05% from 255) = 40.26%
R=26.19%
G=33.55%
B=40.26%

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
Decimal1211551860.350.1700.27208.6232.0260.2
Hex799BBA231101Bd1203c
Octal17123327243210333214074
Binary111100110011011101110101000111000101101111010001100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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