#7A9AAD

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

Shades of Bali Hai #7A9AAD

Tints of Bali Hai #7A9AAD

Color information

#7A9AAD (or 0x7A9AAD) is unknown color: approx Bali Hai. HEX triplet: 7A, 9A and AD. RGB value is (122,154,173). Sum of RGB (Red+Green+Blue) = 122+154+173=449 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.17% from 449); Green value is 154 (60.55% from 255 or 34.30% from 449); Blue value is 173 (67.97% from 255 or 38.53% from 449); Max value from RGB is 173 - color contains mainly: blue. Hex color #7A9AAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A9AAD is #856552. Grayscale: #929292. Windows color (decimal): -8742227 or 11377274. OLE color: 11377274.

HSL color Cylindrical-coordinate representation of color #7A9AAD: hue angle of 202.35º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7A9AAD is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB122154173-
CMYK0.290.1100.32
HSL202.35º23.72%57.84%-
HSV(B)202.35º29.48%67.84%-
XYZ27.1230.2743.95-
YUV146.6142.9110.46-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.17%
GREEN value IS 154 (60.55% from 255) = 34.30%
BLUE value IS 173 (67.97% from 255) = 38.53%
R=27.17%
G=34.30%
B=38.53%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1221541730.290.1100.32202.3523.7257.84
Hex7A9AAD1DB020ca183a
Octal17223225535130403123072
Binary1111010100110101010110111101101101000001100101011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A9AAD; }

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

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

<style>
 a { background-color: #7A9AAD; }

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

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

<style>
 span { border-color: #7A9AAD; }

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

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