Html Css Color HEX #7F6FA4 Deluge

📋 copy color: '#7F6FA4'

red 127 ◦ green 111 ◦ blue 164

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

Shades of Deluge #7F6FA4

Tints of Deluge #7F6FA4

RGB

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

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

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

R = 31.59%
G = 27.61%
B = 40.8%

CMYK

 C value IS 0.23

 M value IS 0.32

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#7F6FA4 (or 0x7F6FA4) is known color: Deluge. HEX triplet: 7F, 6F and A4. RGB value is (127,111,164). Sum of RGB (Red+Green+Blue) = 127+111+164=402 (53% of max value = 765). Red value is 127 (50% from 255 or 31.59% from 402); Green value is 111 (43.75% from 255 or 27.61% from 402); Blue value is 164 (64.45% from 255 or 40.80% from 402); Max value from RGB is 164 - color contains mainly: blue. Hex color #7F6FA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F6FA4 is #80905B. Grayscale: #797979. Windows color (decimal): -8425564 or 10776447. OLE color: 10776447.

HSL color Cylindrical-coordinate representation of color #7F6FA4: hue angle of 258.11º degrees, saturation: 0.23, 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 #7F6FA4 is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 127 111 164 -
CMYK 0.23 0.32 0 0.36
HSL 258.11º 0.23% 0.54% -
HSV(B) 258.11º 0.32% 0.64% -
XYZ 21.14 18.56 37.59 -
YUV 121.83 151.8 131.69 -
System Red Green Blue C M Y K H S L
Decimal 127 111 164 0.23 0.32 0 0.36 258.11 0.23 0.54
Hex 7F 6F A4 17 20 0 24 102 17 36
Octal 177 157 244 27 40 0 44 402 27 66
Binary 1111111 1101111 10100100 10111 100000 0 100100 100000010 10111 110110

Color Harmonies of #7F6FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6FA4

Black with #7F6FA4

Text Example


Text Example

White with #7F6FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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