#7A9CB5

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

Shades of Bali Hai #7A9CB5

Tints of Bali Hai #7A9CB5

Color information

#7A9CB5 (or 0x7A9CB5) is unknown color: approx Bali Hai. HEX triplet: 7A, 9C and B5. RGB value is (122,156,181). Sum of RGB (Red+Green+Blue) = 122+156+181=459 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.58% from 459); Green value is 156 (61.33% from 255 or 33.99% from 459); Blue value is 181 (71.09% from 255 or 39.43% from 459); Max value from RGB is 181 - color contains mainly: blue. Hex color #7A9CB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A9CB5 is #85634A. Grayscale: #949494. Windows color (decimal): -8741707 or 11902074. OLE color: 11902074.

HSL color Cylindrical-coordinate representation of color #7A9CB5: hue angle of 205.42º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7A9CB5 is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB122156181-
CMYK0.330.1400.29
HSL205.42º28.5%59.41%-
HSV(B)205.42º32.6%70.98%-
XYZ28.2531.2548.26-
YUV148.68146.24108.97-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.58%
GREEN value IS 156 (61.33% from 255) = 33.99%
BLUE value IS 181 (71.09% from 255) = 39.43%
R=26.58%
G=33.99%
B=39.43%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1221561810.330.1400.29205.4228.559.41
Hex7A9CB521E01Dcd1d3b
Octal17223426541160353153573
Binary1111010100111001011010110000111100111011100110111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,156,181); }

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

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

 a { background-color: rgb(122,156,181); }

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

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

 span { border-color: rgb(122,156,181); }

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