Html Css Color HEX #7F6FA3 Deluge

📋 copy color: '#7F6FA3'

red 127 ◦ green 111 ◦ blue 163

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

Shades of Deluge #7F6FA3

Tints of Deluge #7F6FA3

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.68%

 BLUE value IS 163 (64.06% from 255) = 40.65%

R = 31.67%
G = 27.68%
B = 40.65%

CMYK

 C value IS 0.22

 M value IS 0.32

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#7F6FA3 (or 0x7F6FA3) is known color: Deluge. HEX triplet: 7F, 6F and A3. RGB value is (127,111,163). Sum of RGB (Red+Green+Blue) = 127+111+163=401 (53% of max value = 765). Red value is 127 (50% from 255 or 31.67% from 401); Green value is 111 (43.75% from 255 or 27.68% from 401); Blue value is 163 (64.06% from 255 or 40.65% from 401); Max value from RGB is 163 - color contains mainly: blue. Hex color #7F6FA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F6FA3 is #80905C. Grayscale: #797979. Windows color (decimal): -8425565 or 10710911. OLE color: 10710911.

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

Color convert

RGB 127 111 163 -
CMYK 0.22 0.32 0 0.36
HSL 258.46º 0.22% 0.54% -
HSV(B) 258.46º 0.32% 0.64% -
XYZ 21.05 18.53 37.12 -
YUV 121.71 151.3 131.77 -
System Red Green Blue C M Y K H S L
Decimal 127 111 163 0.22 0.32 0 0.36 258.46 0.22 0.54
Hex 7F 6F A3 16 20 0 24 102 16 36
Octal 177 157 243 26 40 0 44 402 26 66
Binary 1111111 1101111 10100011 10110 100000 0 100100 100000010 10110 110110

Color Harmonies of #7F6FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6FA3

Black with #7F6FA3

Text Example


Text Example

White with #7F6FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,111,163); }

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

background-color css

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

 a { background-color: rgb(127,111,163); }

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

border-color css

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

 span { border-color: rgb(127,111,163); }

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