Html Css Color HEX #7F6AAE Deluge

📋 copy color: '#7F6AAE'

red 127 ◦ green 106 ◦ blue 174

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

Shades of Deluge #7F6AAE

Tints of Deluge #7F6AAE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.04%

 BLUE value IS 174 (68.36% from 255) = 42.75%

R = 31.2%
G = 26.04%
B = 42.75%

CMYK

 C value IS 0.27

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7F6AAE (or 0x7F6AAE) is known color: Deluge. HEX triplet: 7F, 6A and AE. RGB value is (127,106,174). Sum of RGB (Red+Green+Blue) = 127+106+174=407 (53% of max value = 765). Red value is 127 (50% from 255 or 31.20% from 407); Green value is 106 (41.80% from 255 or 26.04% from 407); Blue value is 174 (68.36% from 255 or 42.75% from 407); Max value from RGB is 174 - color contains mainly: blue. Hex color #7F6AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F6AAE is #809551. Grayscale: #777777. Windows color (decimal): -8426834 or 11430527. OLE color: 11430527.

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

Color convert

RGB 127 106 174 -
CMYK 0.27 0.39 0 0.32
HSL 258.53º 0.3% 0.55% -
HSV(B) 258.53º 0.39% 0.68% -
XYZ 21.55 17.88 42.36 -
YUV 120.03 158.46 132.97 -
System Red Green Blue C M Y K H S L
Decimal 127 106 174 0.27 0.39 0 0.32 258.53 0.3 0.55
Hex 7F 6A AE 1B 27 0 20 103 1E 37
Octal 177 152 256 33 47 0 40 403 36 67
Binary 1111111 1101010 10101110 11011 100111 0 100000 100000011 11110 110111

Color Harmonies of #7F6AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6AAE

Black with #7F6AAE

Text Example


Text Example

White with #7F6AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,106,174); }

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

background-color css

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

 a { background-color: rgb(127,106,174); }

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

border-color css

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

 span { border-color: rgb(127,106,174); }

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