Html Css Color HEX #7361F8 Medium Slate Blue

📋 copy color: '#7361F8'

red 115 ◦ green 97 ◦ blue 248

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

Shades of Medium Slate Blue #7361F8

Tints of Medium Slate Blue #7361F8

RGB

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

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

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

R = 25%
G = 21.09%
B = 53.91%

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

#7361F8 (or 0x7361F8) is known color: Medium Slate Blue. HEX triplet: 73, 61 and F8. RGB value is (115,97,248). Sum of RGB (Red+Green+Blue) = 115+97+248=460 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25% from 460); Green value is 97 (38.28% from 255 or 21.09% from 460); Blue value is 248 (97.27% from 255 or 53.91% from 460); Max value from RGB is 248 - color contains mainly: blue. Hex color #7361F8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7361F8 is #8C9E07. Grayscale: #777777. Windows color (decimal): -9215496 or 16277875. OLE color: 16277875.

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

Color convert

RGB 115 97 248 -
CMYK 0.54 0.61 0 0.03
HSL 247.15º 0.92% 0.68% -
HSV(B) 247.15º 0.61% 0.97% -
XYZ 28.29 18.97 90.98 -
YUV 119.6 200.46 124.72 -
System Red Green Blue C M Y K H S L
Decimal 115 97 248 0.54 0.61 0 0.03 247.15 0.92 0.68
Hex 73 61 F8 36 3D 0 3 F7 5C 44
Octal 163 141 370 66 75 0 3 367 134 104
Binary 1110011 1100001 11111000 110110 111101 0 11 11110111 1011100 1000100

Color Harmonies of #7361F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7361F8

Black with #7361F8

Text Example


Text Example

White with #7361F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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