#7A93AB

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

Shades of Bali Hai #7A93AB

Tints of Bali Hai #7A93AB

Color information

#7A93AB (or 0x7A93AB) is unknown color: approx Bali Hai. HEX triplet: 7A, 93 and AB. RGB value is (122,147,171). Sum of RGB (Red+Green+Blue) = 122+147+171=440 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.73% from 440); Green value is 147 (57.81% from 255 or 33.41% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 171 - color contains mainly: blue. Hex color #7A93AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A93AB is #856C54. Grayscale: #8E8E8E. Windows color (decimal): -8744021 or 11244410. OLE color: 11244410.

HSL color Cylindrical-coordinate representation of color #7A93AB: hue angle of 209.39º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7A93AB is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB122147171-
CMYK0.290.1400.33
HSL209.39º22.58%57.45%-
HSV(B)209.39º28.65%67.06%-
XYZ25.8127.9542.56-
YUV142.26144.22113.55-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.73%
GREEN value IS 147 (57.81% from 255) = 33.41%
BLUE value IS 171 (67.19% from 255) = 38.86%
R=27.73%
G=33.41%
B=38.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1221471710.290.1400.33209.3922.5857.45
Hex7A93AB1DE021d11739
Octal17222325335160413212771
Binary1111010100100111010101111101111001000011101000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A93AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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