Html Css Color HEX #7547FC Medium Slate Blue

📋 copy color: '#7547FC'

red 117 ◦ green 71 ◦ blue 252

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

Shades of Medium Slate Blue #7547FC

Tints of Medium Slate Blue #7547FC

RGB

 RED value IS 117 (46.09% from 255) = 26.59%

 GREEN value IS 71 (28.13% from 255) = 16.14%

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

R = 26.59%
G = 16.14%
B = 57.27%

CMYK

 C value IS 0.54

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7547FC (or 0x7547FC) is known color: Medium Slate Blue. HEX triplet: 75, 47 and FC. RGB value is (117,71,252). Sum of RGB (Red+Green+Blue) = 117+71+252=440 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.59% from 440); Green value is 71 (28.12% from 255 or 16.14% from 440); Blue value is 252 (98.83% from 255 or 57.27% from 440); Max value from RGB is 252 - color contains mainly: blue. Hex color #7547FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7547FC is #8AB803. Grayscale: #686868. Windows color (decimal): -9091076 or 16533365. OLE color: 16533365.

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

Color convert

RGB 117 71 252 -
CMYK 0.54 0.72 0 0.01
HSL 255.25º 0.97% 0.63% -
HSV(B) 255.25º 0.72% 0.99% -
XYZ 27.16 15.32 93.62 -
YUV 105.39 210.74 136.28 -
System Red Green Blue C M Y K H S L
Decimal 117 71 252 0.54 0.72 0 0.01 255.25 0.97 0.63
Hex 75 47 FC 36 48 0 1 FF 61 3F
Octal 165 107 374 66 110 0 1 377 141 77
Binary 1110101 1000111 11111100 110110 1001000 0 1 11111111 1100001 111111

Color Harmonies of #7547FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7547FC

Black with #7547FC

Text Example


Text Example

White with #7547FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7547FC; }

 p { color: rgb(117,71,252); }

 H1.HeaderClassName
 {
   color: #7547FC;
 }
 .AnyTagClassName
 {
   color: #7547FC;
 }
</style>

background-color css

<style>
 a { background-color: #7547FC; }

 a { background-color: rgb(117,71,252); }

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

border-color css

<style>
 span { border-color: #7547FC; }

 span { border-color: rgb(117,71,252); }

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