Html Css Color HEX #7D4DCA Slate Blue

📋 copy color: '#7D4DCA'

red 125 ◦ green 77 ◦ blue 202

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

Shades of Slate Blue #7D4DCA

Tints of Slate Blue #7D4DCA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.06%

 BLUE value IS 202 (79.3% from 255) = 50%

R = 30.94%
G = 19.06%
B = 50%

CMYK

 C value IS 0.38

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7D4DCA (or 0x7D4DCA) is known color: Slate Blue. HEX triplet: 7D, 4D and CA. RGB value is (125,77,202). Sum of RGB (Red+Green+Blue) = 125+77+202=404 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.94% from 404); Green value is 77 (30.47% from 255 or 19.06% from 404); Blue value is 202 (79.30% from 255 or 50% from 404); Max value from RGB is 202 - color contains mainly: blue. Hex color #7D4DCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D4DCA is #82B235. Grayscale: #696969. Windows color (decimal): -8565302 or 13258109. OLE color: 13258109.

HSL color Cylindrical-coordinate representation of color #7D4DCA: hue angle of 263.04º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7D4DCA is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 125 77 202 -
CMYK 0.38 0.62 0 0.21
HSL 263.04º 0.54% 0.55% -
HSV(B) 263.04º 0.62% 0.79% -
XYZ 21.77 13.93 57.42 -
YUV 105.6 182.4 141.84 -
System Red Green Blue C M Y K H S L
Decimal 125 77 202 0.38 0.62 0 0.21 263.04 0.54 0.55
Hex 7D 4D CA 26 3E 0 15 107 36 37
Octal 175 115 312 46 76 0 25 407 66 67
Binary 1111101 1001101 11001010 100110 111110 0 10101 100000111 110110 110111

Color Harmonies of #7D4DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4DCA

Black with #7D4DCA

Text Example


Text Example

White with #7D4DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,77,202); }

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

background-color css

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

 a { background-color: rgb(125,77,202); }

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

border-color css

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

 span { border-color: rgb(125,77,202); }

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