Html Css Color HEX #7D5ACD Slate Blue

📋 copy color: '#7D5ACD'

red 125 ◦ green 90 ◦ blue 205

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

Shades of Slate Blue #7D5ACD

Tints of Slate Blue #7D5ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.81%

R = 29.76%
G = 21.43%
B = 48.81%

CMYK

 C value IS 0.39

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7D5ACD (or 0x7D5ACD) is known color: Slate Blue. HEX triplet: 7D, 5A and CD. RGB value is (125,90,205). Sum of RGB (Red+Green+Blue) = 125+90+205=420 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.76% from 420); Green value is 90 (35.55% from 255 or 21.43% from 420); Blue value is 205 (80.47% from 255 or 48.81% from 420); Max value from RGB is 205 - color contains mainly: blue. Hex color #7D5ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D5ACD is #82A532. Grayscale: #717171. Windows color (decimal): -8561971 or 13458045. OLE color: 13458045.

HSL color Cylindrical-coordinate representation of color #7D5ACD: hue angle of 258.26º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7D5ACD is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 125 90 205 -
CMYK 0.39 0.56 0 0.20
HSL 258.26º 0.53% 0.58% -
HSV(B) 258.26º 0.56% 0.8% -
XYZ 23.13 16.08 59.64 -
YUV 113.58 179.6 136.15 -
System Red Green Blue C M Y K H S L
Decimal 125 90 205 0.39 0.56 0 0.20 258.26 0.53 0.58
Hex 7D 5A CD 27 38 0 14 102 35 3A
Octal 175 132 315 47 70 0 24 402 65 72
Binary 1111101 1011010 11001101 100111 111000 0 10100 100000010 110101 111010

Color Harmonies of #7D5ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5ACD

Black with #7D5ACD

Text Example


Text Example

White with #7D5ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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