Html Css Color HEX #7D6BAC Deluge

📋 copy color: '#7D6BAC'

red 125 ◦ green 107 ◦ blue 172

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

Shades of Deluge #7D6BAC

Tints of Deluge #7D6BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 42.57%

R = 30.94%
G = 26.49%
B = 42.57%

CMYK

 C value IS 0.27

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7D6BAC (or 0x7D6BAC) is known color: Deluge. HEX triplet: 7D, 6B and AC. RGB value is (125,107,172). Sum of RGB (Red+Green+Blue) = 125+107+172=404 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.94% from 404); Green value is 107 (42.19% from 255 or 26.49% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 172 - color contains mainly: blue. Hex color #7D6BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6BAC is #829453. Grayscale: #777777. Windows color (decimal): -8557652 or 11299709. OLE color: 11299709.

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

Color convert

RGB 125 107 172 -
CMYK 0.27 0.38 0 0.33
HSL 256.62º 0.28% 0.55% -
HSV(B) 256.62º 0.38% 0.67% -
XYZ 21.16 17.85 41.36 -
YUV 119.79 157.46 131.71 -
System Red Green Blue C M Y K H S L
Decimal 125 107 172 0.27 0.38 0 0.33 256.62 0.28 0.55
Hex 7D 6B AC 1B 26 0 21 101 1C 37
Octal 175 153 254 33 46 0 41 401 34 67
Binary 1111101 1101011 10101100 11011 100110 0 100001 100000001 11100 110111

Color Harmonies of #7D6BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6BAC

Black with #7D6BAC

Text Example


Text Example

White with #7D6BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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