Html Css Color HEX #7D4CDF Slate Blue

📋 copy color: '#7D4CDF'

red 125 ◦ green 76 ◦ blue 223

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

Shades of Slate Blue #7D4CDF

Tints of Slate Blue #7D4CDF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.92%

 BLUE value IS 223 (87.5% from 255) = 52.59%

R = 29.48%
G = 17.92%
B = 52.59%

CMYK

 C value IS 0.44

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7D4CDF (or 0x7D4CDF) is known color: Slate Blue. HEX triplet: 7D, 4C and DF. RGB value is (125,76,223). Sum of RGB (Red+Green+Blue) = 125+76+223=424 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.48% from 424); Green value is 76 (30.08% from 255 or 17.92% from 424); Blue value is 223 (87.5% from 255 or 52.59% from 424); Max value from RGB is 223 - color contains mainly: blue. Hex color #7D4CDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D4CDF is #82B320. Grayscale: #6A6A6A. Windows color (decimal): -8565537 or 14634109. OLE color: 14634109.

HSL color Cylindrical-coordinate representation of color #7D4CDF: hue angle of 260º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7D4CDF is Cyan = 0.44, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 125 76 223 -
CMYK 0.44 0.66 0 0.13
HSL 260º 0.7% 0.59% -
HSV(B) 260º 0.66% 0.87% -
XYZ 24.36 14.86 71.4 -
YUV 107.41 193.23 140.55 -
System Red Green Blue C M Y K H S L
Decimal 125 76 223 0.44 0.66 0 0.13 260 0.7 0.59
Hex 7D 4C DF 2C 42 0 D 104 46 3B
Octal 175 114 337 54 102 0 15 404 106 73
Binary 1111101 1001100 11011111 101100 1000010 0 1101 100000100 1000110 111011

Color Harmonies of #7D4CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4CDF

Black with #7D4CDF

Text Example


Text Example

White with #7D4CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,76,223); }

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

background-color css

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

 a { background-color: rgb(125,76,223); }

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

border-color css

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

 span { border-color: rgb(125,76,223); }

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