Html Css Color HEX #7F6EA4 Deluge

📋 copy color: '#7F6EA4'

red 127 ◦ green 110 ◦ blue 164

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

Shades of Deluge #7F6EA4

Tints of Deluge #7F6EA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 40.9%

R = 31.67%
G = 27.43%
B = 40.9%

CMYK

 C value IS 0.23

 M value IS 0.33

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#7F6EA4 (or 0x7F6EA4) is known color: Deluge. HEX triplet: 7F, 6E and A4. RGB value is (127,110,164). Sum of RGB (Red+Green+Blue) = 127+110+164=401 (53% of max value = 765). Red value is 127 (50% from 255 or 31.67% from 401); Green value is 110 (43.36% from 255 or 27.43% from 401); Blue value is 164 (64.45% from 255 or 40.90% from 401); Max value from RGB is 164 - color contains mainly: blue. Hex color #7F6EA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F6EA4 is #80915B. Grayscale: #797979. Windows color (decimal): -8425820 or 10776191. OLE color: 10776191.

HSL color Cylindrical-coordinate representation of color #7F6EA4: hue angle of 258.89º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7F6EA4 is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 127 110 164 -
CMYK 0.23 0.33 0 0.36
HSL 258.89º 0.23% 0.54% -
HSV(B) 258.89º 0.33% 0.64% -
XYZ 21.03 18.34 37.55 -
YUV 121.24 152.13 132.11 -
System Red Green Blue C M Y K H S L
Decimal 127 110 164 0.23 0.33 0 0.36 258.89 0.23 0.54
Hex 7F 6E A4 17 21 0 24 103 17 36
Octal 177 156 244 27 41 0 44 403 27 66
Binary 1111111 1101110 10100100 10111 100001 0 100100 100000011 10111 110110

Color Harmonies of #7F6EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6EA4

Black with #7F6EA4

Text Example


Text Example

White with #7F6EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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