#7A93AD

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

Shades of Bali Hai #7A93AD

Tints of Bali Hai #7A93AD

Color information

#7A93AD (or 0x7A93AD) is unknown color: approx Bali Hai. HEX triplet: 7A, 93 and AD. RGB value is (122,147,173). Sum of RGB (Red+Green+Blue) = 122+147+173=442 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.60% from 442); Green value is 147 (57.81% from 255 or 33.26% from 442); Blue value is 173 (67.97% from 255 or 39.14% from 442); Max value from RGB is 173 - color contains mainly: blue. Hex color #7A93AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A93AD is #856C52. Grayscale: #8E8E8E. Windows color (decimal): -8744019 or 11375482. OLE color: 11375482.

HSL color Cylindrical-coordinate representation of color #7A93AD: hue angle of 210.59º 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 #7A93AD is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB122147173-
CMYK0.290.1500.32
HSL210.59º23.72%57.84%-
HSV(B)210.59º29.48%67.84%-
XYZ2628.0243.57-
YUV142.49145.22113.39-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.60%
GREEN value IS 147 (57.81% from 255) = 33.26%
BLUE value IS 173 (67.97% from 255) = 39.14%
R=27.60%
G=33.26%
B=39.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1221471730.290.1500.32210.5923.7257.84
Hex7A93AD1DF020d3183a
Octal17222325535170403233072
Binary1111010100100111010110111101111101000001101001111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A93AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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