#799DAD

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

Shades of Bali Hai #799DAD

Tints of Bali Hai #799DAD

Color information

#799DAD (or 0x799DAD) is unknown color: approx Bali Hai. HEX triplet: 79, 9D and AD. RGB value is (121,157,173). Sum of RGB (Red+Green+Blue) = 121+157+173=451 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.83% from 451); Green value is 157 (61.72% from 255 or 34.81% from 451); Blue value is 173 (67.97% from 255 or 38.36% from 451); Max value from RGB is 173 - color contains mainly: blue. Hex color #799DAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799DAD is #866252. Grayscale: #939393. Windows color (decimal): -8806995 or 11378041. OLE color: 11378041.

HSL color Cylindrical-coordinate representation of color #799DAD: hue angle of 198.46º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #799DAD is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB121157173-
CMYK0.300.0900.32
HSL198.46º24.07%57.65%-
HSV(B)198.46º30.06%67.84%-
XYZ27.4831.244.11-
YUV148.06142.07108.7-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.83%
GREEN value IS 157 (61.72% from 255) = 34.81%
BLUE value IS 173 (67.97% from 255) = 38.36%
R=26.83%
G=34.81%
B=38.36%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1211571730.300.0900.32198.4624.0757.65
Hex799DAD1E9020c6183a
Octal17123525536110403063072
Binary1111001100111011010110111110100101000001100011011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,157,173); }

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

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

 a { background-color: rgb(121,157,173); }

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

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

 span { border-color: rgb(121,157,173); }

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