Html Css Color HEX #7D58FA Medium Slate Blue

📋 copy color: '#7D58FA'

red 125 ◦ green 88 ◦ blue 250

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

Shades of Medium Slate Blue #7D58FA

Tints of Medium Slate Blue #7D58FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 54%

R = 27%
G = 19.01%
B = 54%

CMYK

 C value IS 0.50

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7D58FA (or 0x7D58FA) is known color: Medium Slate Blue. HEX triplet: 7D, 58 and FA. RGB value is (125,88,250). Sum of RGB (Red+Green+Blue) = 125+88+250=463 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.00% from 463); Green value is 88 (34.77% from 255 or 19.01% from 463); Blue value is 250 (98.05% from 255 or 54.00% from 463); Max value from RGB is 250 - color contains mainly: blue. Hex color #7D58FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D58FA is #82A705. Grayscale: #747474. Windows color (decimal): -8562438 or 16406653. OLE color: 16406653.

HSL color Cylindrical-coordinate representation of color #7D58FA: hue angle of 253.7º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7D58FA is Cyan = 0.50, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 125 88 250 -
CMYK 0.50 0.65 0 0.02
HSL 253.7º 0.94% 0.66% -
HSV(B) 253.7º 0.65% 0.98% -
XYZ 29.2 18.24 92.42 -
YUV 117.53 202.76 133.33 -
System Red Green Blue C M Y K H S L
Decimal 125 88 250 0.50 0.65 0 0.02 253.7 0.94 0.66
Hex 7D 58 FA 32 41 0 2 FE 5E 42
Octal 175 130 372 62 101 0 2 376 136 102
Binary 1111101 1011000 11111010 110010 1000001 0 10 11111110 1011110 1000010

Color Harmonies of #7D58FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D58FA

Black with #7D58FA

Text Example


Text Example

White with #7D58FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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