Html Css Color HEX #7D58DD Medium Slate Blue

📋 copy color: '#7D58DD'

red 125 ◦ green 88 ◦ blue 221

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

Shades of Medium Slate Blue #7D58DD

Tints of Medium Slate Blue #7D58DD

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.28%

 BLUE value IS 221 (86.72% from 255) = 50.92%

R = 28.8%
G = 20.28%
B = 50.92%

CMYK

 C value IS 0.43

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7D58DD (or 0x7D58DD) is known color: Medium Slate Blue. HEX triplet: 7D, 58 and DD. RGB value is (125,88,221). Sum of RGB (Red+Green+Blue) = 125+88+221=434 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.80% from 434); Green value is 88 (34.77% from 255 or 20.28% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #7D58DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D58DD is #82A722. Grayscale: #717171. Windows color (decimal): -8562467 or 14506109. OLE color: 14506109.

HSL color Cylindrical-coordinate representation of color #7D58DD: hue angle of 256.69º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7D58DD is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 125 88 221 -
CMYK 0.43 0.60 0 0.13
HSL 256.69º 0.66% 0.61% -
HSV(B) 256.69º 0.6% 0.87% -
XYZ 25 16.56 70.29 -
YUV 114.23 188.26 135.69 -
System Red Green Blue C M Y K H S L
Decimal 125 88 221 0.43 0.60 0 0.13 256.69 0.66 0.61
Hex 7D 58 DD 2B 3C 0 D 101 42 3D
Octal 175 130 335 53 74 0 15 401 102 75
Binary 1111101 1011000 11011101 101011 111100 0 1101 100000001 1000010 111101

Color Harmonies of #7D58DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D58DD

Black with #7D58DD

Text Example


Text Example

White with #7D58DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,88,221); }

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

background-color css

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

 a { background-color: rgb(125,88,221); }

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

border-color css

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

 span { border-color: rgb(125,88,221); }

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