#799EBA

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

Shades of Bali Hai #799EBA

Tints of Bali Hai #799EBA

Color information

#799EBA (or 0x799EBA) is unknown color: approx Bali Hai. HEX triplet: 79, 9E and BA. RGB value is (121,158,186). Sum of RGB (Red+Green+Blue) = 121+158+186=465 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.02% from 465); Green value is 158 (62.11% from 255 or 33.98% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 186 - color contains mainly: blue. Hex color #799EBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799EBA is #866145. Grayscale: #959595. Windows color (decimal): -8806726 or 12230265. OLE color: 12230265.

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

Color convert

RGB121158186-
CMYK0.350.1500.27
HSL205.85º32.02%60.2%-
HSV(B)205.85º34.95%72.94%-
XYZ28.9732.0651.12-
YUV150.13148.24107.22-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.02%
GREEN value IS 158 (62.11% from 255) = 33.98%
BLUE value IS 186 (73.05% from 255) = 40%
R=26.02%
G=33.98%
B=40%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1211581860.350.1500.27205.8532.0260.2
Hex799EBA23F01Bce203c
Octal17123627243170333164074
Binary11110011001111010111010100011111101101111001110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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