Html Css Color HEX #7797AD Bali Hai

📋 copy color: '#7797AD'

red 119 ◦ green 151 ◦ blue 173

#7797AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bali Hai #7797AD

Tints of Bali Hai #7797AD

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 value IS 0.31

 M value IS 0.13

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7797AD (or 0x7797AD) is known color: 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

RGB 119 151 173 -
CMYK 0.31 0.13 0 0.32
HSL 204.44º 0.25% 0.57% -
HSV(B) 204.44º 0.31% 0.68% -
XYZ 26.22 29.07 43.76 -
YUV 143.94 144.4 110.21 -
System Red Green Blue C M Y K H S L
Decimal 119 151 173 0.31 0.13 0 0.32 204.44 0.25 0.57
Hex 77 97 AD 1F D 0 20 CC 19 39
Octal 167 227 255 37 15 0 40 314 31 71
Binary 1110111 10010111 10101101 11111 1101 0 100000 11001100 11001 111001

Color Harmonies of #7797AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7797AD

Black with #7797AD

Text Example


Text Example

White with #7797AD

Text Example


Text Example

HTML Codes & Css Web 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>