Html Css Color HEX #7D49C7 Slate Blue

📋 copy color: '#7D49C7'

red 125 ◦ green 73 ◦ blue 199

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

Shades of Slate Blue #7D49C7

Tints of Slate Blue #7D49C7

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.39%

 BLUE value IS 199 (78.13% from 255) = 50.13%

R = 31.49%
G = 18.39%
B = 50.13%

CMYK

 C value IS 0.37

 M value IS 0.63

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#7D49C7 (or 0x7D49C7) is known color: Slate Blue. HEX triplet: 7D, 49 and C7. RGB value is (125,73,199). Sum of RGB (Red+Green+Blue) = 125+73+199=397 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.49% from 397); Green value is 73 (28.91% from 255 or 18.39% from 397); Blue value is 199 (78.12% from 255 or 50.13% from 397); Max value from RGB is 199 - color contains mainly: blue. Hex color #7D49C7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D49C7 is #82B638. Grayscale: #666666. Windows color (decimal): -8566329 or 13060477. OLE color: 13060477.

HSL color Cylindrical-coordinate representation of color #7D49C7: hue angle of 264.76º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7D49C7 is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 125 73 199 -
CMYK 0.37 0.63 0 0.22
HSL 264.76º 0.53% 0.53% -
HSV(B) 264.76º 0.63% 0.78% -
XYZ 21.15 13.25 55.48 -
YUV 102.91 182.23 143.75 -
System Red Green Blue C M Y K H S L
Decimal 125 73 199 0.37 0.63 0 0.22 264.76 0.53 0.53
Hex 7D 49 C7 25 3F 0 16 109 35 35
Octal 175 111 307 45 77 0 26 411 65 65
Binary 1111101 1001001 11000111 100101 111111 0 10110 100001001 110101 110101

Color Harmonies of #7D49C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D49C7

Black with #7D49C7

Text Example


Text Example

White with #7D49C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,73,199); }

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

background-color css

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

 a { background-color: rgb(125,73,199); }

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

border-color css

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

 span { border-color: rgb(125,73,199); }

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