Html Css Color HEX #7D5CDB Medium Slate Blue

📋 copy color: '#7D5CDB'

red 125 ◦ green 92 ◦ blue 219

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

Shades of Medium Slate Blue #7D5CDB

Tints of Medium Slate Blue #7D5CDB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.1%

 BLUE value IS 219 (85.94% from 255) = 50.23%

R = 28.67%
G = 21.1%
B = 50.23%

CMYK

 C value IS 0.43

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7D5CDB (or 0x7D5CDB) is known color: Medium Slate Blue. HEX triplet: 7D, 5C and DB. RGB value is (125,92,219). Sum of RGB (Red+Green+Blue) = 125+92+219=436 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.67% from 436); Green value is 92 (36.33% from 255 or 21.10% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #7D5CDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D5CDB is #82A324. Grayscale: #737373. Windows color (decimal): -8561445 or 14376061. OLE color: 14376061.

HSL color Cylindrical-coordinate representation of color #7D5CDB: hue angle of 255.59º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7D5CDB is Cyan = 0.43, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 125 92 219 -
CMYK 0.43 0.58 0 0.14
HSL 255.59º 0.64% 0.61% -
HSV(B) 255.59º 0.58% 0.86% -
XYZ 25.07 17.13 69 -
YUV 116.35 185.93 134.17 -
System Red Green Blue C M Y K H S L
Decimal 125 92 219 0.43 0.58 0 0.14 255.59 0.64 0.61
Hex 7D 5C DB 2B 3A 0 E 100 40 3D
Octal 175 134 333 53 72 0 16 400 100 75
Binary 1111101 1011100 11011011 101011 111010 0 1110 100000000 1000000 111101

Color Harmonies of #7D5CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5CDB

Black with #7D5CDB

Text Example


Text Example

White with #7D5CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,92,219); }

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

background-color css

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

 a { background-color: rgb(125,92,219); }

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

border-color css

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

 span { border-color: rgb(125,92,219); }

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