#7A9EBA

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

Shades of Bali Hai #7A9EBA

Tints of Bali Hai #7A9EBA

Color information

#7A9EBA (or 0x7A9EBA) is unknown color: approx Bali Hai. HEX triplet: 7A, 9E and BA. RGB value is (122,158,186). Sum of RGB (Red+Green+Blue) = 122+158+186=466 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.18% from 466); Green value is 158 (62.11% from 255 or 33.91% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 186 - color contains mainly: blue. Hex color #7A9EBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A9EBA is #856145. Grayscale: #969696. Windows color (decimal): -8741190 or 12230266. OLE color: 12230266.

HSL color Cylindrical-coordinate representation of color #7A9EBA: hue angle of 206.25º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7A9EBA is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB122158186-
CMYK0.340.1500.27
HSL206.25º31.68%60.39%-
HSV(B)206.25º34.41%72.94%-
XYZ29.1232.1451.12-
YUV150.43148.07107.72-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.18%
GREEN value IS 158 (62.11% from 255) = 33.91%
BLUE value IS 186 (73.05% from 255) = 39.91%
R=26.18%
G=33.91%
B=39.91%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1221581860.340.1500.27206.2531.6860.39
Hex7A9EBA22F01Bce203c
Octal17223627242170333164074
Binary11110101001111010111010100010111101101111001110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,158,186); }

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

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

 a { background-color: rgb(122,158,186); }

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

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

 span { border-color: rgb(122,158,186); }

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