Html Css Color HEX #7361ED Medium Slate Blue

📋 copy color: '#7361ED'

red 115 ◦ green 97 ◦ blue 237

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

Shades of Medium Slate Blue #7361ED

Tints of Medium Slate Blue #7361ED

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.6%

 BLUE value IS 237 (92.97% from 255) = 52.78%

R = 25.61%
G = 21.6%
B = 52.78%

CMYK

 C value IS 0.51

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7361ED (or 0x7361ED) is known color: Medium Slate Blue. HEX triplet: 73, 61 and ED. RGB value is (115,97,237). Sum of RGB (Red+Green+Blue) = 115+97+237=449 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.61% from 449); Green value is 97 (38.28% from 255 or 21.60% from 449); Blue value is 237 (92.97% from 255 or 52.78% from 449); Max value from RGB is 237 - color contains mainly: blue. Hex color #7361ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7361ED is #8C9E12. Grayscale: #757575. Windows color (decimal): -9215507 or 15556979. OLE color: 15556979.

HSL color Cylindrical-coordinate representation of color #7361ED: hue angle of 247.71º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7361ED is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 115 97 237 -
CMYK 0.51 0.59 0 0.07
HSL 247.71º 0.8% 0.65% -
HSV(B) 247.71º 0.59% 0.93% -
XYZ 26.63 18.31 82.25 -
YUV 118.34 194.96 125.62 -
System Red Green Blue C M Y K H S L
Decimal 115 97 237 0.51 0.59 0 0.07 247.71 0.8 0.65
Hex 73 61 ED 33 3B 0 7 F8 50 41
Octal 163 141 355 63 73 0 7 370 120 101
Binary 1110011 1100001 11101101 110011 111011 0 111 11111000 1010000 1000001

Color Harmonies of #7361ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7361ED

Black with #7361ED

Text Example


Text Example

White with #7361ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7361ED; }

 p { color: rgb(115,97,237); }

 H1.HeaderClassName
 {
   color: #7361ED;
 }
 .AnyTagClassName
 {
   color: #7361ED;
 }
</style>

background-color css

<style>
 a { background-color: #7361ED; }

 a { background-color: rgb(115,97,237); }

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

border-color css

<style>
 span { border-color: #7361ED; }

 span { border-color: rgb(115,97,237); }

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