Html Css Color HEX #7D68AA Deluge

📋 copy color: '#7D68AA'

red 125 ◦ green 104 ◦ blue 170

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

Shades of Deluge #7D68AA

Tints of Deluge #7D68AA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.07%

 BLUE value IS 170 (66.8% from 255) = 42.61%

R = 31.33%
G = 26.07%
B = 42.61%

CMYK

 C value IS 0.26

 M value IS 0.39

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7D68AA (or 0x7D68AA) is known color: Deluge. HEX triplet: 7D, 68 and AA. RGB value is (125,104,170). Sum of RGB (Red+Green+Blue) = 125+104+170=399 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.33% from 399); Green value is 104 (41.02% from 255 or 26.07% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 170 - color contains mainly: blue. Hex color #7D68AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D68AA is #829755. Grayscale: #757575. Windows color (decimal): -8558422 or 11167869. OLE color: 11167869.

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

Color convert

RGB 125 104 170 -
CMYK 0.26 0.39 0 0.33
HSL 259.09º 0.28% 0.54% -
HSV(B) 259.09º 0.39% 0.67% -
XYZ 20.66 17.16 40.25 -
YUV 117.8 157.46 133.13 -
System Red Green Blue C M Y K H S L
Decimal 125 104 170 0.26 0.39 0 0.33 259.09 0.28 0.54
Hex 7D 68 AA 1A 27 0 21 103 1C 36
Octal 175 150 252 32 47 0 41 403 34 66
Binary 1111101 1101000 10101010 11010 100111 0 100001 100000011 11100 110110

Color Harmonies of #7D68AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D68AA

Black with #7D68AA

Text Example


Text Example

White with #7D68AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,104,170); }

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

background-color css

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

 a { background-color: rgb(125,104,170); }

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

border-color css

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

 span { border-color: rgb(125,104,170); }

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