Html Css Color HEX #7546FB Medium Slate Blue

📋 copy color: '#7546FB'

red 117 ◦ green 70 ◦ blue 251

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

Shades of Medium Slate Blue #7546FB

Tints of Medium Slate Blue #7546FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 57.31%

R = 26.71%
G = 15.98%
B = 57.31%

CMYK

 C value IS 0.53

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7546FB (or 0x7546FB) is known color: Medium Slate Blue. HEX triplet: 75, 46 and FB. RGB value is (117,70,251). Sum of RGB (Red+Green+Blue) = 117+70+251=438 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.71% from 438); Green value is 70 (27.73% from 255 or 15.98% from 438); Blue value is 251 (98.44% from 255 or 57.31% from 438); Max value from RGB is 251 - color contains mainly: blue. Hex color #7546FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7546FB is #8AB904. Grayscale: #686868. Windows color (decimal): -9091333 or 16467573. OLE color: 16467573.

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

Color convert

RGB 117 70 251 -
CMYK 0.53 0.72 0 0.02
HSL 255.58º 0.96% 0.63% -
HSV(B) 255.58º 0.72% 0.98% -
XYZ 26.94 15.13 92.77 -
YUV 104.69 210.57 136.78 -
System Red Green Blue C M Y K H S L
Decimal 117 70 251 0.53 0.72 0 0.02 255.58 0.96 0.63
Hex 75 46 FB 35 48 0 2 100 60 3F
Octal 165 106 373 65 110 0 2 400 140 77
Binary 1110101 1000110 11111011 110101 1001000 0 10 100000000 1100000 111111

Color Harmonies of #7546FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7546FB

Black with #7546FB

Text Example


Text Example

White with #7546FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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