Html Css Color HEX #7362FD Medium Slate Blue

📋 copy color: '#7362FD'

red 115 ◦ green 98 ◦ blue 253

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

Shades of Medium Slate Blue #7362FD

Tints of Medium Slate Blue #7362FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 54.29%

R = 24.68%
G = 21.03%
B = 54.29%

CMYK

 C value IS 0.55

 M value IS 0.61

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7362FD (or 0x7362FD) is known color: Medium Slate Blue. HEX triplet: 73, 62 and FD. RGB value is (115,98,253). Sum of RGB (Red+Green+Blue) = 115+98+253=466 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.68% from 466); Green value is 98 (38.67% from 255 or 21.03% from 466); Blue value is 253 (99.22% from 255 or 54.29% from 466); Max value from RGB is 253 - color contains mainly: blue. Hex color #7362FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7362FD is #8C9D02. Grayscale: #787878. Windows color (decimal): -9215235 or 16605811. OLE color: 16605811.

HSL color Cylindrical-coordinate representation of color #7362FD: hue angle of 246.58º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7362FD is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 115 98 253 -
CMYK 0.55 0.61 0 0.01
HSL 246.58º 0.97% 0.69% -
HSV(B) 246.58º 0.61% 0.99% -
XYZ 29.17 19.47 95.15 -
YUV 120.75 202.63 123.9 -
System Red Green Blue C M Y K H S L
Decimal 115 98 253 0.55 0.61 0 0.01 246.58 0.97 0.69
Hex 73 62 FD 37 3D 0 1 F7 61 45
Octal 163 142 375 67 75 0 1 367 141 105
Binary 1110011 1100010 11111101 110111 111101 0 1 11110111 1100001 1000101

Color Harmonies of #7362FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7362FD

Black with #7362FD

Text Example


Text Example

White with #7362FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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