Html Css Color HEX #7546FD Medium Slate Blue

📋 copy color: '#7546FD'

red 117 ◦ green 70 ◦ blue 253

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

Shades of Medium Slate Blue #7546FD

Tints of Medium Slate Blue #7546FD

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.91%

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

R = 26.59%
G = 15.91%
B = 57.5%

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

#7546FD (or 0x7546FD) is known color: Medium Slate Blue. HEX triplet: 75, 46 and FD. RGB value is (117,70,253). Sum of RGB (Red+Green+Blue) = 117+70+253=440 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.59% from 440); Green value is 70 (27.73% from 255 or 15.91% from 440); Blue value is 253 (99.22% from 255 or 57.5% from 440); Max value from RGB is 253 - color contains mainly: blue. Hex color #7546FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7546FD is #8AB902. Grayscale: #686868. Windows color (decimal): -9091331 or 16598645. OLE color: 16598645.

HSL color Cylindrical-coordinate representation of color #7546FD: hue angle of 255.41º degrees, saturation: 0.98, 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 #7546FD is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 117 70 253 -
CMYK 0.54 0.72 0 0.01
HSL 255.41º 0.98% 0.63% -
HSV(B) 255.41º 0.72% 0.99% -
XYZ 27.26 15.25 94.44 -
YUV 104.92 211.57 136.62 -
System Red Green Blue C M Y K H S L
Decimal 117 70 253 0.54 0.72 0 0.01 255.41 0.98 0.63
Hex 75 46 FD 36 48 0 1 FF 62 3F
Octal 165 106 375 66 110 0 1 377 142 77
Binary 1110101 1000110 11111101 110110 1001000 0 1 11111111 1100010 111111

Color Harmonies of #7546FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7546FD

Black with #7546FD

Text Example


Text Example

White with #7546FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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