#7A99BB

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

Shades of Bali Hai #7A99BB

Tints of Bali Hai #7A99BB

Color information

#7A99BB (or 0x7A99BB) is unknown color: approx Bali Hai. HEX triplet: 7A, 99 and BB. RGB value is (122,153,187). Sum of RGB (Red+Green+Blue) = 122+153+187=462 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.41% from 462); Green value is 153 (60.16% from 255 or 33.12% from 462); Blue value is 187 (73.44% from 255 or 40.48% from 462); Max value from RGB is 187 - color contains mainly: blue. Hex color #7A99BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A99BB is #856644. Grayscale: #939393. Windows color (decimal): -8742469 or 12294522. OLE color: 12294522.

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

Color convert

RGB122153187-
CMYK0.350.1800.27
HSL211.38º32.34%60.59%-
HSV(B)211.38º34.76%73.33%-
XYZ28.3930.5151.41-
YUV147.61150.23109.74-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.41%
GREEN value IS 153 (60.16% from 255) = 33.12%
BLUE value IS 187 (73.44% from 255) = 40.48%
R=26.41%
G=33.12%
B=40.48%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1221531870.350.1800.27211.3832.3460.59
Hex7A99BB231201Bd3203d
Octal17223127343220333234075
Binary111101010011001101110111000111001001101111010011100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A99BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,153,187); }

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

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

 a { background-color: rgb(122,153,187); }

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

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

 span { border-color: rgb(122,153,187); }

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