Html Css Color HEX #7547FD Medium Slate Blue

📋 copy color: '#7547FD'

red 117 ◦ green 71 ◦ blue 253

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

Shades of Medium Slate Blue #7547FD

Tints of Medium Slate Blue #7547FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 57.37%

R = 26.53%
G = 16.1%
B = 57.37%

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

#7547FD (or 0x7547FD) is known color: Medium Slate Blue. HEX triplet: 75, 47 and FD. RGB value is (117,71,253). Sum of RGB (Red+Green+Blue) = 117+71+253=441 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.53% from 441); Green value is 71 (28.12% from 255 or 16.10% from 441); Blue value is 253 (99.22% from 255 or 57.37% from 441); Max value from RGB is 253 - color contains mainly: blue. Hex color #7547FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7547FD is #8AB802. Grayscale: #686868. Windows color (decimal): -9091075 or 16598901. OLE color: 16598901.

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

Color convert

RGB 117 71 253 -
CMYK 0.54 0.72 0 0.01
HSL 255.16º 0.98% 0.64% -
HSV(B) 255.16º 0.72% 0.99% -
XYZ 27.32 15.38 94.46 -
YUV 105.5 211.24 136.2 -
System Red Green Blue C M Y K H S L
Decimal 117 71 253 0.54 0.72 0 0.01 255.16 0.98 0.64
Hex 75 47 FD 36 48 0 1 FF 62 40
Octal 165 107 375 66 110 0 1 377 142 100
Binary 1110101 1000111 11111101 110110 1001000 0 1 11111111 1100010 1000000

Color Harmonies of #7547FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7547FD

Black with #7547FD

Text Example


Text Example

White with #7547FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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