Html Css Color HEX #7F6EAD Deluge

📋 copy color: '#7F6EAD'

red 127 ◦ green 110 ◦ blue 173

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

Shades of Deluge #7F6EAD

Tints of Deluge #7F6EAD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.83%

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

R = 30.98%
G = 26.83%
B = 42.2%

CMYK

 C value IS 0.27

 M value IS 0.36

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7F6EAD (or 0x7F6EAD) is known color: Deluge. HEX triplet: 7F, 6E and AD. RGB value is (127,110,173). Sum of RGB (Red+Green+Blue) = 127+110+173=410 (54% of max value = 765). Red value is 127 (50% from 255 or 30.98% from 410); Green value is 110 (43.36% from 255 or 26.83% from 410); Blue value is 173 (67.97% from 255 or 42.20% from 410); Max value from RGB is 173 - color contains mainly: blue. Hex color #7F6EAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F6EAD is #809152. Grayscale: #7A7A7A. Windows color (decimal): -8425811 or 11366015. OLE color: 11366015.

HSL color Cylindrical-coordinate representation of color #7F6EAD: hue angle of 256.19º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7F6EAD is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 127 110 173 -
CMYK 0.27 0.36 0 0.32
HSL 256.19º 0.28% 0.55% -
HSV(B) 256.19º 0.36% 0.68% -
XYZ 21.87 18.68 41.99 -
YUV 122.27 156.63 131.38 -
System Red Green Blue C M Y K H S L
Decimal 127 110 173 0.27 0.36 0 0.32 256.19 0.28 0.55
Hex 7F 6E AD 1B 24 0 20 100 1C 37
Octal 177 156 255 33 44 0 40 400 34 67
Binary 1111111 1101110 10101101 11011 100100 0 100000 100000000 11100 110111

Color Harmonies of #7F6EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6EAD

Black with #7F6EAD

Text Example


Text Example

White with #7F6EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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