Html Css Color HEX #7547FE Medium Slate Blue

📋 copy color: '#7547FE'

red 117 ◦ green 71 ◦ blue 254

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

Shades of Medium Slate Blue #7547FE

Tints of Medium Slate Blue #7547FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 57.47%

R = 26.47%
G = 16.06%
B = 57.47%

CMYK

 C value IS 0.54

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7547FE (or 0x7547FE) is known color: Medium Slate Blue. HEX triplet: 75, 47 and FE. RGB value is (117,71,254). Sum of RGB (Red+Green+Blue) = 117+71+254=442 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.47% from 442); Green value is 71 (28.12% from 255 or 16.06% from 442); Blue value is 254 (99.61% from 255 or 57.47% from 442); Max value from RGB is 254 - color contains mainly: blue. Hex color #7547FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7547FE is #8AB801. Grayscale: #686868. Windows color (decimal): -9091074 or 16664437. OLE color: 16664437.

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

Color convert

RGB 117 71 254 -
CMYK 0.54 0.72 0 0.00
HSL 255.08º 0.99% 0.64% -
HSV(B) 255.08º 0.72% 1% -
XYZ 27.48 15.44 95.3 -
YUV 105.62 211.74 136.12 -
System Red Green Blue C M Y K H S L
Decimal 117 71 254 0.54 0.72 0 0.00 255.08 0.99 0.64
Hex 75 47 FE 36 48 0 0 FF 63 40
Octal 165 107 376 66 110 0 0 377 143 100
Binary 1110101 1000111 11111110 110110 1001000 0 0 11111111 1100011 1000000

Color Harmonies of #7547FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7547FE

Black with #7547FE

Text Example


Text Example

White with #7547FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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