Html Css Color HEX #7D619A Deluge

📋 copy color: '#7D619A'

red 125 ◦ green 97 ◦ blue 154

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

Shades of Deluge #7D619A

Tints of Deluge #7D619A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.8%

 BLUE value IS 154 (60.55% from 255) = 40.96%

R = 33.24%
G = 25.8%
B = 40.96%

CMYK

 C value IS 0.19

 M value IS 0.37

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#7D619A (or 0x7D619A) is known color: Deluge. HEX triplet: 7D, 61 and 9A. RGB value is (125,97,154). Sum of RGB (Red+Green+Blue) = 125+97+154=376 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.24% from 376); Green value is 97 (38.28% from 255 or 25.80% from 376); Blue value is 154 (60.55% from 255 or 40.96% from 376); Max value from RGB is 154 - color contains mainly: blue. Hex color #7D619A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D619A is #829E65. Grayscale: #6F6F6F. Windows color (decimal): -8560230 or 10117501. OLE color: 10117501.

HSL color Cylindrical-coordinate representation of color #7D619A: hue angle of 269.47º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7D619A is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 125 97 154 -
CMYK 0.19 0.37 0 0.40
HSL 269.47º 0.23% 0.49% -
HSV(B) 269.47º 0.37% 0.6% -
XYZ 18.56 15.24 32.54 -
YUV 111.87 151.78 137.37 -
System Red Green Blue C M Y K H S L
Decimal 125 97 154 0.19 0.37 0 0.40 269.47 0.23 0.49
Hex 7D 61 9A 13 25 0 28 10D 17 31
Octal 175 141 232 23 45 0 50 415 27 61
Binary 1111101 1100001 10011010 10011 100101 0 101000 100001101 10111 110001

Color Harmonies of #7D619A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D619A

Black with #7D619A

Text Example


Text Example

White with #7D619A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,97,154); }

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

background-color css

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

 a { background-color: rgb(125,97,154); }

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

border-color css

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

 span { border-color: rgb(125,97,154); }

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