Html Css Color HEX #7362F7 Medium Slate Blue

📋 copy color: '#7362F7'

red 115 ◦ green 98 ◦ blue 247

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

Shades of Medium Slate Blue #7362F7

Tints of Medium Slate Blue #7362F7

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.3%

 BLUE value IS 247 (96.88% from 255) = 53.7%

R = 25%
G = 21.3%
B = 53.7%

CMYK

 C value IS 0.53

 M value IS 0.60

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#7362F7 (or 0x7362F7) is known color: Medium Slate Blue. HEX triplet: 73, 62 and F7. RGB value is (115,98,247). Sum of RGB (Red+Green+Blue) = 115+98+247=460 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25% from 460); Green value is 98 (38.67% from 255 or 21.30% from 460); Blue value is 247 (96.88% from 255 or 53.70% from 460); Max value from RGB is 247 - color contains mainly: blue. Hex color #7362F7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7362F7 is #8C9D08. Grayscale: #777777. Windows color (decimal): -9215241 or 16212595. OLE color: 16212595.

HSL color Cylindrical-coordinate representation of color #7362F7: hue angle of 246.85º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7362F7 is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 115 98 247 -
CMYK 0.53 0.60 0 0.03
HSL 246.85º 0.9% 0.68% -
HSV(B) 246.85º 0.6% 0.97% -
XYZ 28.23 19.1 90.19 -
YUV 120.07 199.63 124.38 -
System Red Green Blue C M Y K H S L
Decimal 115 98 247 0.53 0.60 0 0.03 246.85 0.9 0.68
Hex 73 62 F7 35 3C 0 3 F7 5A 44
Octal 163 142 367 65 74 0 3 367 132 104
Binary 1110011 1100010 11110111 110101 111100 0 11 11110111 1011010 1000100

Color Harmonies of #7362F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7362F7

Black with #7362F7

Text Example


Text Example

White with #7362F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7362F7; }

 p { color: rgb(115,98,247); }

 H1.HeaderClassName
 {
   color: #7362F7;
 }
 .AnyTagClassName
 {
   color: #7362F7;
 }
</style>

background-color css

<style>
 a { background-color: #7362F7; }

 a { background-color: rgb(115,98,247); }

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

border-color css

<style>
 span { border-color: #7362F7; }

 span { border-color: rgb(115,98,247); }

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