Html Css Color HEX #7361E7 Medium Slate Blue

📋 copy color: '#7361E7'

red 115 ◦ green 97 ◦ blue 231

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

Shades of Medium Slate Blue #7361E7

Tints of Medium Slate Blue #7361E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 52.14%

R = 25.96%
G = 21.9%
B = 52.14%

CMYK

 C value IS 0.50

 M value IS 0.58

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#7361E7 (or 0x7361E7) is known color: Medium Slate Blue. HEX triplet: 73, 61 and E7. RGB value is (115,97,231). Sum of RGB (Red+Green+Blue) = 115+97+231=443 (58% of max value = 765). Red value is 115 (45.31% from 255 or 25.96% from 443); Green value is 97 (38.28% from 255 or 21.90% from 443); Blue value is 231 (90.62% from 255 or 52.14% from 443); Max value from RGB is 231 - color contains mainly: blue. Hex color #7361E7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7361E7 is #8C9E18. Grayscale: #757575. Windows color (decimal): -9215513 or 15163763. OLE color: 15163763.

HSL color Cylindrical-coordinate representation of color #7361E7: hue angle of 248.06º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7361E7 is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 115 97 231 -
CMYK 0.50 0.58 0 0.09
HSL 248.06º 0.74% 0.64% -
HSV(B) 248.06º 0.58% 0.91% -
XYZ 25.77 17.96 77.71 -
YUV 117.66 191.96 126.1 -
System Red Green Blue C M Y K H S L
Decimal 115 97 231 0.50 0.58 0 0.09 248.06 0.74 0.64
Hex 73 61 E7 32 3A 0 9 F8 4A 40
Octal 163 141 347 62 72 0 11 370 112 100
Binary 1110011 1100001 11100111 110010 111010 0 1001 11111000 1001010 1000000

Color Harmonies of #7361E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7361E7

Black with #7361E7

Text Example


Text Example

White with #7361E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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