#7A9BBB

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

Shades of Bali Hai #7A9BBB

Tints of Bali Hai #7A9BBB

Color information

#7A9BBB (or 0x7A9BBB) is unknown color: approx Bali Hai. HEX triplet: 7A, 9B and BB. RGB value is (122,155,187). Sum of RGB (Red+Green+Blue) = 122+155+187=464 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.29% from 464); Green value is 155 (60.94% from 255 or 33.41% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 187 - color contains mainly: blue. Hex color #7A9BBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A9BBB is #856444. Grayscale: #949494. Windows color (decimal): -8741957 or 12295034. OLE color: 12295034.

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

Color convert

RGB122155187-
CMYK0.350.1700.27
HSL209.54º32.34%60.59%-
HSV(B)209.54º34.76%73.33%-
XYZ28.7231.1751.52-
YUV148.78149.57108.9-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.29%
GREEN value IS 155 (60.94% from 255) = 33.41%
BLUE value IS 187 (73.44% from 255) = 40.30%
R=26.29%
G=33.41%
B=40.30%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1221551870.350.1700.27209.5432.3460.59
Hex7A9BBB231101Bd2203d
Octal17223327343210333224075
Binary111101010011011101110111000111000101101111010010100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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