Html Css Color HEX #7351FD Medium Slate Blue

📋 copy color: '#7351FD'

red 115 ◦ green 81 ◦ blue 253

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

Shades of Medium Slate Blue #7351FD

Tints of Medium Slate Blue #7351FD

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.04%

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

R = 25.61%
G = 18.04%
B = 56.35%

CMYK

 C value IS 0.55

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7351FD (or 0x7351FD) is known color: Medium Slate Blue. HEX triplet: 73, 51 and FD. RGB value is (115,81,253). Sum of RGB (Red+Green+Blue) = 115+81+253=449 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.61% from 449); Green value is 81 (32.03% from 255 or 18.04% from 449); Blue value is 253 (99.22% from 255 or 56.35% from 449); Max value from RGB is 253 - color contains mainly: blue. Hex color #7351FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7351FD is #8CAE02. Grayscale: #6E6E6E. Windows color (decimal): -9219587 or 16601459. OLE color: 16601459.

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

Color convert

RGB 115 81 253 -
CMYK 0.55 0.68 0 0.01
HSL 251.86º 0.98% 0.65% -
HSV(B) 251.86º 0.68% 0.99% -
XYZ 27.74 16.62 94.67 -
YUV 110.77 208.26 131.01 -
System Red Green Blue C M Y K H S L
Decimal 115 81 253 0.55 0.68 0 0.01 251.86 0.98 0.65
Hex 73 51 FD 37 44 0 1 FC 62 41
Octal 163 121 375 67 104 0 1 374 142 101
Binary 1110011 1010001 11111101 110111 1000100 0 1 11111100 1100010 1000001

Color Harmonies of #7351FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7351FD

Black with #7351FD

Text Example


Text Example

White with #7351FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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