Html Css Color HEX #7360E7 Medium Slate Blue

📋 copy color: '#7360E7'

red 115 ◦ green 96 ◦ blue 231

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

Shades of Medium Slate Blue #7360E7

Tints of Medium Slate Blue #7360E7

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.72%

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

R = 26.02%
G = 21.72%
B = 52.26%

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

#7360E7 (or 0x7360E7) is known color: Medium Slate Blue. HEX triplet: 73, 60 and E7. RGB value is (115,96,231). Sum of RGB (Red+Green+Blue) = 115+96+231=442 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.02% from 442); Green value is 96 (37.89% from 255 or 21.72% from 442); Blue value is 231 (90.62% from 255 or 52.26% from 442); Max value from RGB is 231 - color contains mainly: blue. Hex color #7360E7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7360E7 is #8C9F18. Grayscale: #747474. Windows color (decimal): -9215769 or 15163507. OLE color: 15163507.

HSL color Cylindrical-coordinate representation of color #7360E7: hue angle of 248.44º 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 #7360E7 is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 115 96 231 -
CMYK 0.50 0.58 0 0.09
HSL 248.44º 0.74% 0.64% -
HSV(B) 248.44º 0.58% 0.91% -
XYZ 25.68 17.78 77.68 -
YUV 117.07 192.29 126.52 -
System Red Green Blue C M Y K H S L
Decimal 115 96 231 0.50 0.58 0 0.09 248.44 0.74 0.64
Hex 73 60 E7 32 3A 0 9 F8 4A 40
Octal 163 140 347 62 72 0 11 370 112 100
Binary 1110011 1100000 11100111 110010 111010 0 1001 11111000 1001010 1000000

Color Harmonies of #7360E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7360E7

Black with #7360E7

Text Example


Text Example

White with #7360E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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