Html Css Color HEX #7548F9 Medium Slate Blue

📋 copy color: '#7548F9'

red 117 ◦ green 72 ◦ blue 249

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

Shades of Medium Slate Blue #7548F9

Tints of Medium Slate Blue #7548F9

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.44%

 BLUE value IS 249 (97.66% from 255) = 56.85%

R = 26.71%
G = 16.44%
B = 56.85%

CMYK

 C value IS 0.53

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7548F9 (or 0x7548F9) is known color: Medium Slate Blue. HEX triplet: 75, 48 and F9. RGB value is (117,72,249). Sum of RGB (Red+Green+Blue) = 117+72+249=438 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.71% from 438); Green value is 72 (28.52% from 255 or 16.44% from 438); Blue value is 249 (97.66% from 255 or 56.85% from 438); Max value from RGB is 249 - color contains mainly: blue. Hex color #7548F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7548F9 is #8AB706. Grayscale: #686868. Windows color (decimal): -9090823 or 16337013. OLE color: 16337013.

HSL color Cylindrical-coordinate representation of color #7548F9: hue angle of 255.25º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7548F9 is Cyan = 0.53, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 117 72 249 -
CMYK 0.53 0.71 0 0.02
HSL 255.25º 0.94% 0.63% -
HSV(B) 255.25º 0.71% 0.98% -
XYZ 26.75 15.26 91.16 -
YUV 105.63 208.91 136.11 -
System Red Green Blue C M Y K H S L
Decimal 117 72 249 0.53 0.71 0 0.02 255.25 0.94 0.63
Hex 75 48 F9 35 47 0 2 FF 5E 3F
Octal 165 110 371 65 107 0 2 377 136 77
Binary 1110101 1001000 11111001 110101 1000111 0 10 11111111 1011110 111111

Color Harmonies of #7548F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7548F9

Black with #7548F9

Text Example


Text Example

White with #7548F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7548F9; }

 p { color: rgb(117,72,249); }

 H1.HeaderClassName
 {
   color: #7548F9;
 }
 .AnyTagClassName
 {
   color: #7548F9;
 }
</style>

background-color css

<style>
 a { background-color: #7548F9; }

 a { background-color: rgb(117,72,249); }

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

border-color css

<style>
 span { border-color: #7548F9; }

 span { border-color: rgb(117,72,249); }

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