Html Css Color HEX #7360F8 Medium Slate Blue

📋 copy color: '#7360F8'

red 115 ◦ green 96 ◦ blue 248

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

Shades of Medium Slate Blue #7360F8

Tints of Medium Slate Blue #7360F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 54.03%

R = 25.05%
G = 20.92%
B = 54.03%

CMYK

 C value IS 0.54

 M value IS 0.61

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#7360F8 (or 0x7360F8) is known color: Medium Slate Blue. HEX triplet: 73, 60 and F8. RGB value is (115,96,248). Sum of RGB (Red+Green+Blue) = 115+96+248=459 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.05% from 459); Green value is 96 (37.89% from 255 or 20.92% from 459); Blue value is 248 (97.27% from 255 or 54.03% from 459); Max value from RGB is 248 - color contains mainly: blue. Hex color #7360F8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7360F8 is #8C9F07. Grayscale: #767676. Windows color (decimal): -9215752 or 16277619. OLE color: 16277619.

HSL color Cylindrical-coordinate representation of color #7360F8: hue angle of 247.5º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7360F8 is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 115 96 248 -
CMYK 0.54 0.61 0 0.03
HSL 247.5º 0.92% 0.67% -
HSV(B) 247.5º 0.61% 0.97% -
XYZ 28.2 18.79 90.95 -
YUV 119.01 200.79 125.14 -
System Red Green Blue C M Y K H S L
Decimal 115 96 248 0.54 0.61 0 0.03 247.5 0.92 0.67
Hex 73 60 F8 36 3D 0 3 F8 5C 43
Octal 163 140 370 66 75 0 3 370 134 103
Binary 1110011 1100000 11111000 110110 111101 0 11 11111000 1011100 1000011

Color Harmonies of #7360F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7360F8

Black with #7360F8

Text Example


Text Example

White with #7360F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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