Html Css Color HEX #7D5FCD Slate Blue

📋 copy color: '#7D5FCD'

red 125 ◦ green 95 ◦ blue 205

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

Shades of Slate Blue #7D5FCD

Tints of Slate Blue #7D5FCD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.35%

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

R = 29.41%
G = 22.35%
B = 48.24%

CMYK

 C value IS 0.39

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7D5FCD (or 0x7D5FCD) is known color: Slate Blue. HEX triplet: 7D, 5F and CD. RGB value is (125,95,205). Sum of RGB (Red+Green+Blue) = 125+95+205=425 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.41% from 425); Green value is 95 (37.5% from 255 or 22.35% from 425); Blue value is 205 (80.47% from 255 or 48.24% from 425); Max value from RGB is 205 - color contains mainly: blue. Hex color #7D5FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D5FCD is #82A032. Grayscale: #747474. Windows color (decimal): -8560691 or 13459325. OLE color: 13459325.

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

Color convert

RGB 125 95 205 -
CMYK 0.39 0.54 0 0.20
HSL 256.36º 0.52% 0.59% -
HSV(B) 256.36º 0.54% 0.8% -
XYZ 23.57 16.95 59.79 -
YUV 116.51 177.94 134.06 -
System Red Green Blue C M Y K H S L
Decimal 125 95 205 0.39 0.54 0 0.20 256.36 0.52 0.59
Hex 7D 5F CD 27 36 0 14 100 34 3B
Octal 175 137 315 47 66 0 24 400 64 73
Binary 1111101 1011111 11001101 100111 110110 0 10100 100000000 110100 111011

Color Harmonies of #7D5FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5FCD

Black with #7D5FCD

Text Example


Text Example

White with #7D5FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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