Html Css Color HEX #7362FC Medium Slate Blue

📋 copy color: '#7362FC'

red 115 ◦ green 98 ◦ blue 252

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

Shades of Medium Slate Blue #7362FC

Tints of Medium Slate Blue #7362FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 54.19%

R = 24.73%
G = 21.08%
B = 54.19%

CMYK

 C value IS 0.54

 M value IS 0.61

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7362FC (or 0x7362FC) is known color: Medium Slate Blue. HEX triplet: 73, 62 and FC. RGB value is (115,98,252). Sum of RGB (Red+Green+Blue) = 115+98+252=465 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.73% from 465); Green value is 98 (38.67% from 255 or 21.08% from 465); Blue value is 252 (98.83% from 255 or 54.19% from 465); Max value from RGB is 252 - color contains mainly: blue. Hex color #7362FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7362FC is #8C9D03. Grayscale: #787878. Windows color (decimal): -9215236 or 16540275. OLE color: 16540275.

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

Color convert

RGB 115 98 252 -
CMYK 0.54 0.61 0 0.01
HSL 246.62º 0.96% 0.69% -
HSV(B) 246.62º 0.61% 0.99% -
XYZ 29.01 19.41 94.31 -
YUV 120.64 202.13 123.98 -
System Red Green Blue C M Y K H S L
Decimal 115 98 252 0.54 0.61 0 0.01 246.62 0.96 0.69
Hex 73 62 FC 36 3D 0 1 F7 60 45
Octal 163 142 374 66 75 0 1 367 140 105
Binary 1110011 1100010 11111100 110110 111101 0 1 11110111 1100000 1000101

Color Harmonies of #7362FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7362FC

Black with #7362FC

Text Example


Text Example

White with #7362FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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