Html Css Color HEX #7D7493 Deluge

📋 copy color: '#7D7493'

red 125 ◦ green 116 ◦ blue 147

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

Shades of Deluge #7D7493

Tints of Deluge #7D7493

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.9%

 BLUE value IS 147 (57.81% from 255) = 37.89%

R = 32.22%
G = 29.9%
B = 37.89%

CMYK

 C value IS 0.15

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7D7493 (or 0x7D7493) is known color: Deluge. HEX triplet: 7D, 74 and 93. RGB value is (125,116,147). Sum of RGB (Red+Green+Blue) = 125+116+147=388 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.22% from 388); Green value is 116 (45.70% from 255 or 29.90% from 388); Blue value is 147 (57.81% from 255 or 37.89% from 388); Max value from RGB is 147 - color contains mainly: blue. Hex color #7D7493 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7493 is #828B6C. Grayscale: #7A7A7A. Windows color (decimal): -8555373 or 9663613. OLE color: 9663613.

HSL color Cylindrical-coordinate representation of color #7D7493: hue angle of 257.42º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7D7493 is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 125 116 147 -
CMYK 0.15 0.21 0 0.42
HSL 257.42º 0.13% 0.52% -
HSV(B) 257.42º 0.21% 0.58% -
XYZ 19.97 18.96 30.21 -
YUV 122.23 141.98 129.98 -
System Red Green Blue C M Y K H S L
Decimal 125 116 147 0.15 0.21 0 0.42 257.42 0.13 0.52
Hex 7D 74 93 F 15 0 2A 101 D 34
Octal 175 164 223 17 25 0 52 401 15 64
Binary 1111101 1110100 10010011 1111 10101 0 101010 100000001 1101 110100

Color Harmonies of #7D7493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7493

Black with #7D7493

Text Example


Text Example

White with #7D7493

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,116,147); }

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

background-color css

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

 a { background-color: rgb(125,116,147); }

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

border-color css

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

 span { border-color: rgb(125,116,147); }

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