Html Css Color HEX #7F5EAC Deluge

📋 copy color: '#7F5EAC'

red 127 ◦ green 94 ◦ blue 172

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

Shades of Deluge #7F5EAC

Tints of Deluge #7F5EAC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.92%

 BLUE value IS 172 (67.58% from 255) = 43.77%

R = 32.32%
G = 23.92%
B = 43.77%

CMYK

 C value IS 0.26

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7F5EAC (or 0x7F5EAC) is known color: Deluge. HEX triplet: 7F, 5E and AC. RGB value is (127,94,172). Sum of RGB (Red+Green+Blue) = 127+94+172=393 (52% of max value = 765). Red value is 127 (50% from 255 or 32.32% from 393); Green value is 94 (37.11% from 255 or 23.92% from 393); Blue value is 172 (67.58% from 255 or 43.77% from 393); Max value from RGB is 172 - color contains mainly: blue. Hex color #7F5EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F5EAC is #80A153. Grayscale: #707070. Windows color (decimal): -8429908 or 11296383. OLE color: 11296383.

HSL color Cylindrical-coordinate representation of color #7F5EAC: hue angle of 265.38º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7F5EAC is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 127 94 172 -
CMYK 0.26 0.45 0 0.33
HSL 265.38º 0.32% 0.52% -
HSV(B) 265.38º 0.45% 0.67% -
XYZ 20.2 15.5 40.96 -
YUV 112.76 161.43 138.16 -
System Red Green Blue C M Y K H S L
Decimal 127 94 172 0.26 0.45 0 0.33 265.38 0.32 0.52
Hex 7F 5E AC 1A 2D 0 21 109 20 34
Octal 177 136 254 32 55 0 41 411 40 64
Binary 1111111 1011110 10101100 11010 101101 0 100001 100001001 100000 110100

Color Harmonies of #7F5EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5EAC

Black with #7F5EAC

Text Example


Text Example

White with #7F5EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,94,172); }

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

background-color css

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

 a { background-color: rgb(127,94,172); }

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

border-color css

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

 span { border-color: rgb(127,94,172); }

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