Html Css Color HEX #7D6299 Deluge

📋 copy color: '#7D6299'

red 125 ◦ green 98 ◦ blue 153

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

Shades of Deluge #7D6299

Tints of Deluge #7D6299

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.06%

 BLUE value IS 153 (60.16% from 255) = 40.69%

R = 33.24%
G = 26.06%
B = 40.69%

CMYK

 C value IS 0.18

 M value IS 0.36

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#7D6299 (or 0x7D6299) is known color: Deluge. HEX triplet: 7D, 62 and 99. RGB value is (125,98,153). Sum of RGB (Red+Green+Blue) = 125+98+153=376 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.24% from 376); Green value is 98 (38.67% from 255 or 26.06% from 376); Blue value is 153 (60.16% from 255 or 40.69% from 376); Max value from RGB is 153 - color contains mainly: blue. Hex color #7D6299 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6299 is #829D66. Grayscale: #707070. Windows color (decimal): -8559975 or 10052221. OLE color: 10052221.

HSL color Cylindrical-coordinate representation of color #7D6299: hue angle of 269.45º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7D6299 is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 125 98 153 -
CMYK 0.18 0.36 0 0.4
HSL 269.45º 0.22% 0.49% -
HSV(B) 269.45º 0.36% 0.6% -
XYZ 18.57 15.4 32.13 -
YUV 112.34 150.95 137.03 -
System Red Green Blue C M Y K H S L
Decimal 125 98 153 0.18 0.36 0 0.4 269.45 0.22 0.49
Hex 7D 62 99 12 24 0 28 10D 16 31
Octal 175 142 231 22 44 0 50 415 26 61
Binary 1111101 1100010 10011001 10010 100100 0 101000 100001101 10110 110001

Color Harmonies of #7D6299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6299

Black with #7D6299

Text Example


Text Example

White with #7D6299

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,98,153); }

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

background-color css

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

 a { background-color: rgb(125,98,153); }

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

border-color css

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

 span { border-color: rgb(125,98,153); }

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