Html Css Color HEX #7F77AD Deluge

📋 copy color: '#7F77AD'

red 127 ◦ green 119 ◦ blue 173

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

Shades of Deluge #7F77AD

Tints of Deluge #7F77AD

RGB

 RED value IS 127 (50% from 255) = 30.31%

 GREEN value IS 119 (46.88% from 255) = 28.4%

 BLUE value IS 173 (67.97% from 255) = 41.29%

R = 30.31%
G = 28.4%
B = 41.29%

CMYK

 C value IS 0.27

 M value IS 0.31

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7F77AD (or 0x7F77AD) is known color: Deluge. HEX triplet: 7F, 77 and AD. RGB value is (127,119,173). Sum of RGB (Red+Green+Blue) = 127+119+173=419 (55% of max value = 765). Red value is 127 (50% from 255 or 30.31% from 419); Green value is 119 (46.88% from 255 or 28.40% from 419); Blue value is 173 (67.97% from 255 or 41.29% from 419); Max value from RGB is 173 - color contains mainly: blue. Hex color #7F77AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F77AD is #808852. Grayscale: #7F7F7F. Windows color (decimal): -8423507 or 11368319. OLE color: 11368319.

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

Color convert

RGB 127 119 173 -
CMYK 0.27 0.31 0 0.32
HSL 248.89º 0.25% 0.57% -
HSV(B) 248.89º 0.31% 0.68% -
XYZ 22.89 20.72 42.33 -
YUV 127.55 153.65 127.61 -
System Red Green Blue C M Y K H S L
Decimal 127 119 173 0.27 0.31 0 0.32 248.89 0.25 0.57
Hex 7F 77 AD 1B 1F 0 20 F9 19 39
Octal 177 167 255 33 37 0 40 371 31 71
Binary 1111111 1110111 10101101 11011 11111 0 100000 11111001 11001 111001

Color Harmonies of #7F77AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F77AD

Black with #7F77AD

Text Example


Text Example

White with #7F77AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7F77AD;
 }
 .AnyTagClassName
 {
   color: #7F77AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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