#7A9DBB

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

Shades of Bali Hai #7A9DBB

Tints of Bali Hai #7A9DBB

Color information

#7A9DBB (or 0x7A9DBB) is unknown color: approx Bali Hai. HEX triplet: 7A, 9D and BB. RGB value is (122,157,187). Sum of RGB (Red+Green+Blue) = 122+157+187=466 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.18% from 466); Green value is 157 (61.72% from 255 or 33.69% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 187 - color contains mainly: blue. Hex color #7A9DBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A9DBB is #856244. Grayscale: #959595. Windows color (decimal): -8741445 or 12295546. OLE color: 12295546.

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

Color convert

RGB122157187-
CMYK0.350.1600.27
HSL207.69º32.34%60.59%-
HSV(B)207.69º34.76%73.33%-
XYZ29.0531.8451.63-
YUV149.96148.9108.06-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.18%
GREEN value IS 157 (61.72% from 255) = 33.69%
BLUE value IS 187 (73.44% from 255) = 40.13%
R=26.18%
G=33.69%
B=40.13%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1221571870.350.1600.27207.6932.3460.59
Hex7A9DBB231001Bd0203d
Octal17223527343200333204075
Binary111101010011101101110111000111000001101111010000100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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