Html Css Color HEX #7D5AC1 Slate Blue

📋 copy color: '#7D5AC1'

red 125 ◦ green 90 ◦ blue 193

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

Shades of Slate Blue #7D5AC1

Tints of Slate Blue #7D5AC1

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.06%

 BLUE value IS 193 (75.78% from 255) = 47.3%

R = 30.64%
G = 22.06%
B = 47.3%

CMYK

 C value IS 0.35

 M value IS 0.53

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#7D5AC1 (or 0x7D5AC1) is known color: Slate Blue. HEX triplet: 7D, 5A and C1. RGB value is (125,90,193). Sum of RGB (Red+Green+Blue) = 125+90+193=408 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.64% from 408); Green value is 90 (35.55% from 255 or 22.06% from 408); Blue value is 193 (75.78% from 255 or 47.30% from 408); Max value from RGB is 193 - color contains mainly: blue. Hex color #7D5AC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D5AC1 is #82A53E. Grayscale: #6F6F6F. Windows color (decimal): -8561983 or 12671613. OLE color: 12671613.

HSL color Cylindrical-coordinate representation of color #7D5AC1: hue angle of 260.39º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7D5AC1 is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 125 90 193 -
CMYK 0.35 0.53 0 0.24
HSL 260.39º 0.45% 0.55% -
HSV(B) 260.39º 0.53% 0.76% -
XYZ 21.74 15.52 52.3 -
YUV 112.21 173.6 137.12 -
System Red Green Blue C M Y K H S L
Decimal 125 90 193 0.35 0.53 0 0.24 260.39 0.45 0.55
Hex 7D 5A C1 23 35 0 18 104 2D 37
Octal 175 132 301 43 65 0 30 404 55 67
Binary 1111101 1011010 11000001 100011 110101 0 11000 100000100 101101 110111

Color Harmonies of #7D5AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5AC1

Black with #7D5AC1

Text Example


Text Example

White with #7D5AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,90,193); }

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

background-color css

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

 a { background-color: rgb(125,90,193); }

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

border-color css

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

 span { border-color: rgb(125,90,193); }

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