Html Css Color HEX #7D6BAE Deluge

📋 copy color: '#7D6BAE'

red 125 ◦ green 107 ◦ blue 174

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

Shades of Deluge #7D6BAE

Tints of Deluge #7D6BAE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.35%

 BLUE value IS 174 (68.36% from 255) = 42.86%

R = 30.79%
G = 26.35%
B = 42.86%

CMYK

 C value IS 0.28

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7D6BAE (or 0x7D6BAE) is known color: Deluge. HEX triplet: 7D, 6B and AE. RGB value is (125,107,174). Sum of RGB (Red+Green+Blue) = 125+107+174=406 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.79% from 406); Green value is 107 (42.19% from 255 or 26.35% from 406); Blue value is 174 (68.36% from 255 or 42.86% from 406); Max value from RGB is 174 - color contains mainly: blue. Hex color #7D6BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6BAE is #829451. Grayscale: #777777. Windows color (decimal): -8557650 or 11430781. OLE color: 11430781.

HSL color Cylindrical-coordinate representation of color #7D6BAE: hue angle of 256.12º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7D6BAE is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 125 107 174 -
CMYK 0.28 0.39 0 0.32
HSL 256.12º 0.29% 0.55% -
HSV(B) 256.12º 0.39% 0.68% -
XYZ 21.36 17.93 42.38 -
YUV 120.02 158.46 131.55 -
System Red Green Blue C M Y K H S L
Decimal 125 107 174 0.28 0.39 0 0.32 256.12 0.29 0.55
Hex 7D 6B AE 1C 27 0 20 100 1D 37
Octal 175 153 256 34 47 0 40 400 35 67
Binary 1111101 1101011 10101110 11100 100111 0 100000 100000000 11101 110111

Color Harmonies of #7D6BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6BAE

Black with #7D6BAE

Text Example


Text Example

White with #7D6BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,107,174); }

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

background-color css

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

 a { background-color: rgb(125,107,174); }

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

border-color css

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

 span { border-color: rgb(125,107,174); }

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