Html Css Color HEX #7D54FC Medium Slate Blue

📋 copy color: '#7D54FC'

red 125 ◦ green 84 ◦ blue 252

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

Shades of Medium Slate Blue #7D54FC

Tints of Medium Slate Blue #7D54FC

RGB

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

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

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

R = 27.11%
G = 18.22%
B = 54.66%

CMYK

 C value IS 0.50

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7D54FC (or 0x7D54FC) is known color: Medium Slate Blue. HEX triplet: 7D, 54 and FC. RGB value is (125,84,252). Sum of RGB (Red+Green+Blue) = 125+84+252=461 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.11% from 461); Green value is 84 (33.20% from 255 or 18.22% from 461); Blue value is 252 (98.83% from 255 or 54.66% from 461); Max value from RGB is 252 - color contains mainly: blue. Hex color #7D54FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D54FC is #82AB03. Grayscale: #727272. Windows color (decimal): -8563460 or 16536701. OLE color: 16536701.

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

Color convert

RGB 125 84 252 -
CMYK 0.50 0.67 0 0.01
HSL 254.64º 0.97% 0.66% -
HSV(B) 254.64º 0.67% 0.99% -
XYZ 29.2 17.73 93.98 -
YUV 115.41 205.08 134.84 -
System Red Green Blue C M Y K H S L
Decimal 125 84 252 0.50 0.67 0 0.01 254.64 0.97 0.66
Hex 7D 54 FC 32 43 0 1 FF 61 42
Octal 175 124 374 62 103 0 1 377 141 102
Binary 1111101 1010100 11111100 110010 1000011 0 1 11111111 1100001 1000010

Color Harmonies of #7D54FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D54FC

Black with #7D54FC

Text Example


Text Example

White with #7D54FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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