Html Css Color HEX #7362FA Medium Slate Blue

📋 copy color: '#7362FA'

red 115 ◦ green 98 ◦ blue 250

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

Shades of Medium Slate Blue #7362FA

Tints of Medium Slate Blue #7362FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 54%

R = 24.84%
G = 21.17%
B = 54%

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

#7362FA (or 0x7362FA) is known color: Medium Slate Blue. HEX triplet: 73, 62 and FA. RGB value is (115,98,250). Sum of RGB (Red+Green+Blue) = 115+98+250=463 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.84% from 463); Green value is 98 (38.67% from 255 or 21.17% from 463); Blue value is 250 (98.05% from 255 or 54.00% from 463); Max value from RGB is 250 - color contains mainly: blue. Hex color #7362FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7362FA is #8C9D05. Grayscale: #777777. Windows color (decimal): -9215238 or 16409203. OLE color: 16409203.

HSL color Cylindrical-coordinate representation of color #7362FA: hue angle of 246.71º degrees, saturation: 0.94, 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 #7362FA is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 115 98 250 -
CMYK 0.54 0.61 0 0.02
HSL 246.71º 0.94% 0.68% -
HSV(B) 246.71º 0.61% 0.98% -
XYZ 28.69 19.28 92.65 -
YUV 120.41 201.13 124.14 -
System Red Green Blue C M Y K H S L
Decimal 115 98 250 0.54 0.61 0 0.02 246.71 0.94 0.68
Hex 73 62 FA 36 3D 0 2 F7 5E 44
Octal 163 142 372 66 75 0 2 367 136 104
Binary 1110011 1100010 11111010 110110 111101 0 10 11110111 1011110 1000100

Color Harmonies of #7362FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7362FA

Black with #7362FA

Text Example


Text Example

White with #7362FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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