Html Css Color HEX #7D45FC Medium Slate Blue

📋 copy color: '#7D45FC'

red 125 ◦ green 69 ◦ blue 252

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

Shades of Medium Slate Blue #7D45FC

Tints of Medium Slate Blue #7D45FC

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.47%

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

R = 28.03%
G = 15.47%
B = 56.5%

CMYK

 C value IS 0.50

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7D45FC (or 0x7D45FC) is known color: Medium Slate Blue. HEX triplet: 7D, 45 and FC. RGB value is (125,69,252). Sum of RGB (Red+Green+Blue) = 125+69+252=446 (59% of max value = 765). Red value is 125 (49.22% from 255 or 28.03% from 446); Green value is 69 (27.34% from 255 or 15.47% from 446); Blue value is 252 (98.83% from 255 or 56.50% from 446); Max value from RGB is 252 - color contains mainly: blue. Hex color #7D45FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D45FC is #82BA03. Grayscale: #696969. Windows color (decimal): -8567300 or 16532861. OLE color: 16532861.

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

Color convert

RGB 125 69 252 -
CMYK 0.50 0.73 0 0.01
HSL 258.36º 0.97% 0.63% -
HSV(B) 258.36º 0.73% 0.99% -
XYZ 28.16 15.64 93.63 -
YUV 106.61 210.05 141.12 -
System Red Green Blue C M Y K H S L
Decimal 125 69 252 0.50 0.73 0 0.01 258.36 0.97 0.63
Hex 7D 45 FC 32 49 0 1 102 61 3F
Octal 175 105 374 62 111 0 1 402 141 77
Binary 1111101 1000101 11111100 110010 1001001 0 1 100000010 1100001 111111

Color Harmonies of #7D45FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D45FC

Black with #7D45FC

Text Example


Text Example

White with #7D45FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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