Html Css Color HEX #7D5EB2 Deluge

📋 copy color: '#7D5EB2'

red 125 ◦ green 94 ◦ blue 178

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

Shades of Deluge #7D5EB2

Tints of Deluge #7D5EB2

RGB

 RED value IS 125 (49.22% from 255) = 31.49%

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

 BLUE value IS 178 (69.92% from 255) = 44.84%

R = 31.49%
G = 23.68%
B = 44.84%

CMYK

 C value IS 0.30

 M value IS 0.47

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7D5EB2 (or 0x7D5EB2) is known color: Deluge. HEX triplet: 7D, 5E and B2. RGB value is (125,94,178). Sum of RGB (Red+Green+Blue) = 125+94+178=397 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.49% from 397); Green value is 94 (37.11% from 255 or 23.68% from 397); Blue value is 178 (69.92% from 255 or 44.84% from 397); Max value from RGB is 178 - color contains mainly: blue. Hex color #7D5EB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D5EB2 is #82A14D. Grayscale: #707070. Windows color (decimal): -8560974 or 11689597. OLE color: 11689597.

HSL color Cylindrical-coordinate representation of color #7D5EB2: hue angle of 262.14º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7D5EB2 is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 125 94 178 -
CMYK 0.30 0.47 0 0.30
HSL 262.14º 0.35% 0.53% -
HSV(B) 262.14º 0.47% 0.7% -
XYZ 20.5 15.58 44.05 -
YUV 112.85 164.77 136.67 -
System Red Green Blue C M Y K H S L
Decimal 125 94 178 0.30 0.47 0 0.30 262.14 0.35 0.53
Hex 7D 5E B2 1E 2F 0 1E 106 23 35
Octal 175 136 262 36 57 0 36 406 43 65
Binary 1111101 1011110 10110010 11110 101111 0 11110 100000110 100011 110101

Color Harmonies of #7D5EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5EB2

Black with #7D5EB2

Text Example


Text Example

White with #7D5EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,94,178); }

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

background-color css

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

 a { background-color: rgb(125,94,178); }

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

border-color css

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

 span { border-color: rgb(125,94,178); }

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