Html Css Color HEX #7352FE Medium Slate Blue

📋 copy color: '#7352FE'

red 115 ◦ green 82 ◦ blue 254

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

Shades of Medium Slate Blue #7352FE

Tints of Medium Slate Blue #7352FE

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.18%

 BLUE value IS 254 (99.61% from 255) = 56.32%

R = 25.5%
G = 18.18%
B = 56.32%

CMYK

 C value IS 0.55

 M value IS 0.68

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7352FE (or 0x7352FE) is known color: Medium Slate Blue. HEX triplet: 73, 52 and FE. RGB value is (115,82,254). Sum of RGB (Red+Green+Blue) = 115+82+254=451 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.50% from 451); Green value is 82 (32.42% from 255 or 18.18% from 451); Blue value is 254 (99.61% from 255 or 56.32% from 451); Max value from RGB is 254 - color contains mainly: blue. Hex color #7352FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7352FE is #8CAD01. Grayscale: #6E6E6E. Windows color (decimal): -9219330 or 16667251. OLE color: 16667251.

HSL color Cylindrical-coordinate representation of color #7352FE: hue angle of 251.51º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7352FE is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 115 82 254 -
CMYK 0.55 0.68 0 0.00
HSL 251.51º 0.99% 0.66% -
HSV(B) 251.51º 0.68% 1% -
XYZ 27.98 16.84 95.54 -
YUV 111.48 208.43 130.51 -
System Red Green Blue C M Y K H S L
Decimal 115 82 254 0.55 0.68 0 0.00 251.51 0.99 0.66
Hex 73 52 FE 37 44 0 0 FC 63 42
Octal 163 122 376 67 104 0 0 374 143 102
Binary 1110011 1010010 11111110 110111 1000100 0 0 11111100 1100011 1000010

Color Harmonies of #7352FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7352FE

Black with #7352FE

Text Example


Text Example

White with #7352FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7352FE; }

 p { color: rgb(115,82,254); }

 H1.HeaderClassName
 {
   color: #7352FE;
 }
 .AnyTagClassName
 {
   color: #7352FE;
 }
</style>

background-color css

<style>
 a { background-color: #7352FE; }

 a { background-color: rgb(115,82,254); }

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

border-color css

<style>
 span { border-color: #7352FE; }

 span { border-color: rgb(115,82,254); }

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