#7A9BBA

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

Shades of Bali Hai #7A9BBA

Tints of Bali Hai #7A9BBA

Color information

#7A9BBA (or 0x7A9BBA) is unknown color: approx Bali Hai. HEX triplet: 7A, 9B and BA. RGB value is (122,155,186). Sum of RGB (Red+Green+Blue) = 122+155+186=463 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.35% from 463); Green value is 155 (60.94% from 255 or 33.48% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 186 - color contains mainly: blue. Hex color #7A9BBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A9BBA is #856445. Grayscale: #949494. Windows color (decimal): -8741958 or 12229498. OLE color: 12229498.

HSL color Cylindrical-coordinate representation of color #7A9BBA: hue angle of 209.06º 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 #7A9BBA is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB122155186-
CMYK0.340.1700.27
HSL209.06º31.68%60.39%-
HSV(B)209.06º34.41%72.94%-
XYZ28.6131.1350.95-
YUV148.67149.07108.98-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.35%
GREEN value IS 155 (60.94% from 255) = 33.48%
BLUE value IS 186 (73.05% from 255) = 40.17%
R=26.35%
G=33.48%
B=40.17%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1221551860.340.1700.27209.0631.6860.39
Hex7A9BBA221101Bd1203c
Octal17223327242210333214074
Binary111101010011011101110101000101000101101111010001100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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