#799AAD

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

Shades of Bali Hai #799AAD

Tints of Bali Hai #799AAD

Color information

#799AAD (or 0x799AAD) is unknown color: approx Bali Hai. HEX triplet: 79, 9A and AD. RGB value is (121,154,173). Sum of RGB (Red+Green+Blue) = 121+154+173=448 (59% of max value = 765). Red value is 121 (47.66% from 255 or 27.01% from 448); Green value is 154 (60.55% from 255 or 34.38% from 448); Blue value is 173 (67.97% from 255 or 38.62% from 448); Max value from RGB is 173 - color contains mainly: blue. Hex color #799AAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799AAD is #866552. Grayscale: #929292. Windows color (decimal): -8807763 or 11377273. OLE color: 11377273.

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

Color convert

RGB121154173-
CMYK0.300.1100.32
HSL201.92º24.07%57.65%-
HSV(B)201.92º30.06%67.84%-
XYZ26.9830.1943.94-
YUV146.3143.07109.96-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.01%
GREEN value IS 154 (60.55% from 255) = 34.38%
BLUE value IS 173 (67.97% from 255) = 38.62%
R=27.01%
G=34.38%
B=38.62%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1211541730.300.1100.32201.9224.0757.65
Hex799AAD1EB020ca183a
Octal17123225536130403123072
Binary1111001100110101010110111110101101000001100101011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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