Html Css Color HEX #7360F9 Medium Slate Blue

📋 copy color: '#7360F9'

red 115 ◦ green 96 ◦ blue 249

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

Shades of Medium Slate Blue #7360F9

Tints of Medium Slate Blue #7360F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 54.13%

R = 25%
G = 20.87%
B = 54.13%

CMYK

 C value IS 0.54

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7360F9 (or 0x7360F9) is known color: Medium Slate Blue. HEX triplet: 73, 60 and F9. RGB value is (115,96,249). Sum of RGB (Red+Green+Blue) = 115+96+249=460 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25% from 460); Green value is 96 (37.89% from 255 or 20.87% from 460); Blue value is 249 (97.66% from 255 or 54.13% from 460); Max value from RGB is 249 - color contains mainly: blue. Hex color #7360F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7360F9 is #8C9F06. Grayscale: #767676. Windows color (decimal): -9215751 or 16343155. OLE color: 16343155.

HSL color Cylindrical-coordinate representation of color #7360F9: hue angle of 247.45º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7360F9 is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 115 96 249 -
CMYK 0.54 0.61 0 0.02
HSL 247.45º 0.93% 0.68% -
HSV(B) 247.45º 0.61% 0.98% -
XYZ 28.35 18.85 91.77 -
YUV 119.12 201.29 125.06 -
System Red Green Blue C M Y K H S L
Decimal 115 96 249 0.54 0.61 0 0.02 247.45 0.93 0.68
Hex 73 60 F9 36 3D 0 2 F7 5D 44
Octal 163 140 371 66 75 0 2 367 135 104
Binary 1110011 1100000 11111001 110110 111101 0 10 11110111 1011101 1000100

Color Harmonies of #7360F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7360F9

Black with #7360F9

Text Example


Text Example

White with #7360F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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