Html Css Color HEX #7D58FC Medium Slate Blue

📋 copy color: '#7D58FC'

red 125 ◦ green 88 ◦ blue 252

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

Shades of Medium Slate Blue #7D58FC

Tints of Medium Slate Blue #7D58FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 54.19%

R = 26.88%
G = 18.92%
B = 54.19%

CMYK

 C value IS 0.50

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7D58FC (or 0x7D58FC) is known color: Medium Slate Blue. HEX triplet: 7D, 58 and FC. RGB value is (125,88,252). Sum of RGB (Red+Green+Blue) = 125+88+252=465 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.88% from 465); Green value is 88 (34.77% from 255 or 18.92% from 465); Blue value is 252 (98.83% from 255 or 54.19% from 465); Max value from RGB is 252 - color contains mainly: blue. Hex color #7D58FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D58FC is #82A703. Grayscale: #757575. Windows color (decimal): -8562436 or 16537725. OLE color: 16537725.

HSL color Cylindrical-coordinate representation of color #7D58FC: hue angle of 253.54º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7D58FC is Cyan = 0.50, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 125 88 252 -
CMYK 0.50 0.65 0 0.01
HSL 253.54º 0.96% 0.67% -
HSV(B) 253.54º 0.65% 0.99% -
XYZ 29.52 18.37 94.09 -
YUV 117.76 203.76 133.16 -
System Red Green Blue C M Y K H S L
Decimal 125 88 252 0.50 0.65 0 0.01 253.54 0.96 0.67
Hex 7D 58 FC 32 41 0 1 FE 60 43
Octal 175 130 374 62 101 0 1 376 140 103
Binary 1111101 1011000 11111100 110010 1000001 0 1 11111110 1100000 1000011

Color Harmonies of #7D58FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D58FC

Black with #7D58FC

Text Example


Text Example

White with #7D58FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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