#799CBA

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

Shades of Bali Hai #799CBA

Tints of Bali Hai #799CBA

Color information

#799CBA (or 0x799CBA) is unknown color: approx Bali Hai. HEX triplet: 79, 9C and BA. RGB value is (121,156,186). Sum of RGB (Red+Green+Blue) = 121+156+186=463 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.13% from 463); Green value is 156 (61.33% from 255 or 33.69% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 186 - color contains mainly: blue. Hex color #799CBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799CBA is #866345. Grayscale: #949494. Windows color (decimal): -8807238 or 12229753. OLE color: 12229753.

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

Color convert

RGB121156186-
CMYK0.350.1600.27
HSL207.69º32.02%60.2%-
HSV(B)207.69º34.95%72.94%-
XYZ28.6431.3951-
YUV148.95148.9108.06-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.13%
GREEN value IS 156 (61.33% from 255) = 33.69%
BLUE value IS 186 (73.05% from 255) = 40.17%
R=26.13%
G=33.69%
B=40.17%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1211561860.350.1600.27207.6932.0260.2
Hex799CBA231001Bd0203c
Octal17123427243200333204074
Binary111100110011100101110101000111000001101111010000100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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