#7796AD

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

Shades of Bali Hai #7796AD

Tints of Bali Hai #7796AD

Color information

#7796AD (or 0x7796AD) is unknown color: approx Bali Hai. HEX triplet: 77, 96 and AD. RGB value is (119,150,173). Sum of RGB (Red+Green+Blue) = 119+150+173=442 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.92% from 442); Green value is 150 (58.98% from 255 or 33.94% from 442); Blue value is 173 (67.97% from 255 or 39.14% from 442); Max value from RGB is 173 - color contains mainly: blue. Hex color #7796AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7796AD is #886952. Grayscale: #8F8F8F. Windows color (decimal): -8939859 or 11376247. OLE color: 11376247.

HSL color Cylindrical-coordinate representation of color #7796AD: hue angle of 205.56º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7796AD is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB119150173-
CMYK0.310.1300.32
HSL205.56º24.77%57.25%-
HSV(B)205.56º31.21%67.84%-
XYZ26.0628.7543.71-
YUV143.35144.73110.63-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.92%
GREEN value IS 150 (58.98% from 255) = 33.94%
BLUE value IS 173 (67.97% from 255) = 39.14%
R=26.92%
G=33.94%
B=39.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1191501730.310.1300.32205.5624.7757.25
Hex7796AD1FD020ce1939
Octal16722625537150403163171
Binary1110111100101101010110111111110101000001100111011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7796AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7796AD; }

 p { color: rgb(119,150,173); }

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

<style>
 a { background-color: #7796AD; }

 a { background-color: rgb(119,150,173); }

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

<style>
 span { border-color: #7796AD; }

 span { border-color: rgb(119,150,173); }

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