Html Css Color HEX #7541FC Medium Slate Blue

📋 copy color: '#7541FC'

red 117 ◦ green 65 ◦ blue 252

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

Shades of Medium Slate Blue #7541FC

Tints of Medium Slate Blue #7541FC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.98%

 BLUE value IS 252 (98.83% from 255) = 58.06%

R = 26.96%
G = 14.98%
B = 58.06%

CMYK

 C value IS 0.54

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7541FC (or 0x7541FC) is known color: Medium Slate Blue. HEX triplet: 75, 41 and FC. RGB value is (117,65,252). Sum of RGB (Red+Green+Blue) = 117+65+252=434 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.96% from 434); Green value is 65 (25.78% from 255 or 14.98% from 434); Blue value is 252 (98.83% from 255 or 58.06% from 434); Max value from RGB is 252 - color contains mainly: blue. Hex color #7541FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7541FC is #8ABE03. Grayscale: #656565. Windows color (decimal): -9092612 or 16531829. OLE color: 16531829.

HSL color Cylindrical-coordinate representation of color #7541FC: hue angle of 256.68º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7541FC is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 117 65 252 -
CMYK 0.54 0.74 0 0.01
HSL 256.68º 0.97% 0.62% -
HSV(B) 256.68º 0.74% 0.99% -
XYZ 26.8 14.59 93.5 -
YUV 101.87 212.73 138.79 -
System Red Green Blue C M Y K H S L
Decimal 117 65 252 0.54 0.74 0 0.01 256.68 0.97 0.62
Hex 75 41 FC 36 4A 0 1 101 61 3E
Octal 165 101 374 66 112 0 1 401 141 76
Binary 1110101 1000001 11111100 110110 1001010 0 1 100000001 1100001 111110

Color Harmonies of #7541FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7541FC

Black with #7541FC

Text Example


Text Example

White with #7541FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7541FC; }

 p { color: rgb(117,65,252); }

 H1.HeaderClassName
 {
   color: #7541FC;
 }
 .AnyTagClassName
 {
   color: #7541FC;
 }
</style>

background-color css

<style>
 a { background-color: #7541FC; }

 a { background-color: rgb(117,65,252); }

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

border-color css

<style>
 span { border-color: #7541FC; }

 span { border-color: rgb(117,65,252); }

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