Html Css Color HEX #7352FF Medium Slate Blue

📋 copy color: '#7352FF'

red 115 ◦ green 82 ◦ blue 255

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

Shades of Medium Slate Blue #7352FF

Tints of Medium Slate Blue #7352FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.42%

R = 25.44%
G = 18.14%
B = 56.42%

CMYK

 C value IS 0.55

 M value IS 0.68

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7352FF (or 0x7352FF) is known color: Medium Slate Blue. HEX triplet: 73, 52 and FF. RGB value is (115,82,255). Sum of RGB (Red+Green+Blue) = 115+82+255=452 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.44% from 452); Green value is 82 (32.42% from 255 or 18.14% from 452); Blue value is 255 (100% from 255 or 56.42% from 452); Max value from RGB is 255 - color contains mainly: blue. Hex color #7352FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7352FF is #8CAD00. Grayscale: #6E6E6E. Windows color (decimal): -9219329 or 16732787. OLE color: 16732787.

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

Color convert

RGB 115 82 255 -
CMYK 0.55 0.68 0 0
HSL 251.45º 1% 0.66% -
HSV(B) 251.45º 0.68% 1% -
XYZ 28.14 16.9 96.39 -
YUV 111.59 208.93 130.43 -
System Red Green Blue C M Y K H S L
Decimal 115 82 255 0.55 0.68 0 0 251.45 1 0.66
Hex 73 52 FF 37 44 0 0 FB 64 42
Octal 163 122 377 67 104 0 0 373 144 102
Binary 1110011 1010010 11111111 110111 1000100 0 0 11111011 1100100 1000010

Color Harmonies of #7352FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7352FF

Black with #7352FF

Text Example


Text Example

White with #7352FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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