#799FB0

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

Shades of Bali Hai #799FB0

Tints of Bali Hai #799FB0

Color information

#799FB0 (or 0x799FB0) is unknown color: approx Bali Hai. HEX triplet: 79, 9F and B0. RGB value is (121,159,176). Sum of RGB (Red+Green+Blue) = 121+159+176=456 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.54% from 456); Green value is 159 (62.5% from 255 or 34.87% from 456); Blue value is 176 (69.14% from 255 or 38.60% from 456); Max value from RGB is 176 - color contains mainly: blue. Hex color #799FB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799FB0 is #86604F. Grayscale: #959595. Windows color (decimal): -8806480 or 11575161. OLE color: 11575161.

HSL color Cylindrical-coordinate representation of color #799FB0: hue angle of 198.55º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #799FB0 is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB121159176-
CMYK0.310.1000.31
HSL198.55º25.82%58.24%-
HSV(B)198.55º31.25%69.02%-
XYZ28.123245.77-
YUV149.58142.91107.62-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.54%
GREEN value IS 159 (62.5% from 255) = 34.87%
BLUE value IS 176 (69.14% from 255) = 38.60%
R=26.54%
G=34.87%
B=38.60%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1211591760.310.1000.31198.5525.8258.24
Hex799FB01FA01Fc71a3a
Octal17123726037120373073272
Binary111100110011111101100001111110100111111100011111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,159,176); }

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

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

 a { background-color: rgb(121,159,176); }

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

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

 span { border-color: rgb(121,159,176); }

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