Html Css Color HEX #7341FC Medium Slate Blue

📋 copy color: '#7341FC'

red 115 ◦ green 65 ◦ blue 252

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

Shades of Medium Slate Blue #7341FC

Tints of Medium Slate Blue #7341FC

RGB

 RED value IS 115 (45.31% from 255) = 26.62%

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

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

R = 26.62%
G = 15.05%
B = 58.33%

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

#7341FC (or 0x7341FC) is known color: Medium Slate Blue. HEX triplet: 73, 41 and FC. RGB value is (115,65,252). Sum of RGB (Red+Green+Blue) = 115+65+252=432 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.62% from 432); Green value is 65 (25.78% from 255 or 15.05% from 432); Blue value is 252 (98.83% from 255 or 58.33% from 432); Max value from RGB is 252 - color contains mainly: blue. Hex color #7341FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7341FC is #8CBE03. Grayscale: #646464. Windows color (decimal): -9223684 or 16531827. OLE color: 16531827.

HSL color Cylindrical-coordinate representation of color #7341FC: hue angle of 256.04º 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 #7341FC is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 115 65 252 -
CMYK 0.54 0.74 0 0.01
HSL 256.04º 0.97% 0.62% -
HSV(B) 256.04º 0.74% 0.99% -
XYZ 26.53 14.45 93.49 -
YUV 101.27 213.07 137.79 -
System Red Green Blue C M Y K H S L
Decimal 115 65 252 0.54 0.74 0 0.01 256.04 0.97 0.62
Hex 73 41 FC 36 4A 0 1 100 61 3E
Octal 163 101 374 66 112 0 1 400 141 76
Binary 1110011 1000001 11111100 110110 1001010 0 1 100000000 1100001 111110

Color Harmonies of #7341FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7341FC

Black with #7341FC

Text Example


Text Example

White with #7341FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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