#799FB4

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

Shades of Bali Hai #799FB4

Tints of Bali Hai #799FB4

Color information

#799FB4 (or 0x799FB4) is unknown color: approx Bali Hai. HEX triplet: 79, 9F and B4. RGB value is (121,159,180). Sum of RGB (Red+Green+Blue) = 121+159+180=460 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.30% from 460); Green value is 159 (62.5% from 255 or 34.57% from 460); Blue value is 180 (70.70% from 255 or 39.13% from 460); Max value from RGB is 180 - color contains mainly: blue. Hex color #799FB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799FB4 is #86604B. Grayscale: #959595. Windows color (decimal): -8806476 or 11837305. OLE color: 11837305.

HSL color Cylindrical-coordinate representation of color #799FB4: hue angle of 201.36º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #799FB4 is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB121159180-
CMYK0.330.1200.29
HSL201.36º28.23%59.02%-
HSV(B)201.36º32.78%70.59%-
XYZ28.5232.1647.88-
YUV150.03144.91107.29-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.30%
GREEN value IS 159 (62.5% from 255) = 34.57%
BLUE value IS 180 (70.70% from 255) = 39.13%
R=26.30%
G=34.57%
B=39.13%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1211591800.330.1200.29201.3628.2359.02
Hex799FB421C01Dc91c3b
Octal17123726441140353113473
Binary1111001100111111011010010000111000111011100100111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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