Html Css Color HEX #7D4CCA Slate Blue

📋 copy color: '#7D4CCA'

red 125 ◦ green 76 ◦ blue 202

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

Shades of Slate Blue #7D4CCA

Tints of Slate Blue #7D4CCA

RGB

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

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

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

R = 31.02%
G = 18.86%
B = 50.12%

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

#7D4CCA (or 0x7D4CCA) is known color: Slate Blue. HEX triplet: 7D, 4C and CA. RGB value is (125,76,202). Sum of RGB (Red+Green+Blue) = 125+76+202=403 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.02% from 403); Green value is 76 (30.08% from 255 or 18.86% from 403); Blue value is 202 (79.30% from 255 or 50.12% from 403); Max value from RGB is 202 - color contains mainly: blue. Hex color #7D4CCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D4CCA is #82B335. Grayscale: #686868. Windows color (decimal): -8565558 or 13257853. OLE color: 13257853.

HSL color Cylindrical-coordinate representation of color #7D4CCA: hue angle of 263.33º 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 #7D4CCA is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 125 76 202 -
CMYK 0.38 0.62 0 0.21
HSL 263.33º 0.54% 0.55% -
HSV(B) 263.33º 0.62% 0.79% -
XYZ 21.7 13.79 57.4 -
YUV 105.02 182.73 142.25 -
System Red Green Blue C M Y K H S L
Decimal 125 76 202 0.38 0.62 0 0.21 263.33 0.54 0.55
Hex 7D 4C CA 26 3E 0 15 107 36 37
Octal 175 114 312 46 76 0 25 407 66 67
Binary 1111101 1001100 11001010 100110 111110 0 10101 100000111 110110 110111

Color Harmonies of #7D4CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4CCA

Black with #7D4CCA

Text Example


Text Example

White with #7D4CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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