#799EAD

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

Shades of Bali Hai #799EAD

Tints of Bali Hai #799EAD

Color information

#799EAD (or 0x799EAD) is unknown color: approx Bali Hai. HEX triplet: 79, 9E and AD. RGB value is (121,158,173). Sum of RGB (Red+Green+Blue) = 121+158+173=452 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.77% from 452); Green value is 158 (62.11% from 255 or 34.96% from 452); Blue value is 173 (67.97% from 255 or 38.27% from 452); Max value from RGB is 173 - color contains mainly: blue. Hex color #799EAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799EAD is #866152. Grayscale: #949494. Windows color (decimal): -8806739 or 11378297. OLE color: 11378297.

HSL color Cylindrical-coordinate representation of color #799EAD: hue angle of 197.31º 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 #799EAD is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB121158173-
CMYK0.300.0900.32
HSL197.31º24.07%57.65%-
HSV(B)197.31º30.06%67.84%-
XYZ27.6531.5444.16-
YUV148.65141.74108.28-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.77%
GREEN value IS 158 (62.11% from 255) = 34.96%
BLUE value IS 173 (67.97% from 255) = 38.27%
R=26.77%
G=34.96%
B=38.27%

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
Decimal1211581730.300.0900.32197.3124.0757.65
Hex799EAD1E9020c5183a
Octal17123625536110403053072
Binary1111001100111101010110111110100101000001100010111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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