#7797AD

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

Shades of Bali Hai #7797AD

Tints of Bali Hai #7797AD

Color information

#7797AD (or 0x7797AD) is unknown color: approx Bali Hai. HEX triplet: 77, 97 and AD. RGB value is (119,151,173). Sum of RGB (Red+Green+Blue) = 119+151+173=443 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.86% from 443); Green value is 151 (59.38% from 255 or 34.09% from 443); Blue value is 173 (67.97% from 255 or 39.05% from 443); Max value from RGB is 173 - color contains mainly: blue. Hex color #7797AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7797AD is #886852. Grayscale: #8F8F8F. Windows color (decimal): -8939603 or 11376503. OLE color: 11376503.

HSL color Cylindrical-coordinate representation of color #7797AD: hue angle of 204.44º 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 #7797AD is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB119151173-
CMYK0.310.1300.32
HSL204.44º24.77%57.25%-
HSV(B)204.44º31.21%67.84%-
XYZ26.2229.0743.76-
YUV143.94144.4110.21-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.86%
GREEN value IS 151 (59.38% from 255) = 34.09%
BLUE value IS 173 (67.97% from 255) = 39.05%
R=26.86%
G=34.09%
B=39.05%

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
Decimal1191511730.310.1300.32204.4424.7757.25
Hex7797AD1FD020cc1939
Octal16722725537150403143171
Binary1110111100101111010110111111110101000001100110011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7797AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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