Html Css Color HEX #7D54F9 Medium Slate Blue

📋 copy color: '#7D54F9'

red 125 ◦ green 84 ◦ blue 249

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

Shades of Medium Slate Blue #7D54F9

Tints of Medium Slate Blue #7D54F9

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.34%

 BLUE value IS 249 (97.66% from 255) = 54.37%

R = 27.29%
G = 18.34%
B = 54.37%

CMYK

 C value IS 0.50

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7D54F9 (or 0x7D54F9) is known color: Medium Slate Blue. HEX triplet: 7D, 54 and F9. RGB value is (125,84,249). Sum of RGB (Red+Green+Blue) = 125+84+249=458 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.29% from 458); Green value is 84 (33.20% from 255 or 18.34% from 458); Blue value is 249 (97.66% from 255 or 54.37% from 458); Max value from RGB is 249 - color contains mainly: blue. Hex color #7D54F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D54F9 is #82AB06. Grayscale: #727272. Windows color (decimal): -8563463 or 16340093. OLE color: 16340093.

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

Color convert

RGB 125 84 249 -
CMYK 0.50 0.66 0 0.02
HSL 254.91º 0.93% 0.65% -
HSV(B) 254.91º 0.66% 0.98% -
XYZ 28.73 17.54 91.49 -
YUV 115.07 203.58 135.08 -
System Red Green Blue C M Y K H S L
Decimal 125 84 249 0.50 0.66 0 0.02 254.91 0.93 0.65
Hex 7D 54 F9 32 42 0 2 FF 5D 41
Octal 175 124 371 62 102 0 2 377 135 101
Binary 1111101 1010100 11111001 110010 1000010 0 10 11111111 1011101 1000001

Color Harmonies of #7D54F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D54F9

Black with #7D54F9

Text Example


Text Example

White with #7D54F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,84,249); }

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

background-color css

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

 a { background-color: rgb(125,84,249); }

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

border-color css

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

 span { border-color: rgb(125,84,249); }

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