Html Css Color HEX #7351FA Medium Slate Blue

📋 copy color: '#7351FA'

red 115 ◦ green 81 ◦ blue 250

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

Shades of Medium Slate Blue #7351FA

Tints of Medium Slate Blue #7351FA

RGB

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

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

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

R = 25.78%
G = 18.16%
B = 56.05%

CMYK

 C value IS 0.54

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7351FA (or 0x7351FA) is known color: Medium Slate Blue. HEX triplet: 73, 51 and FA. RGB value is (115,81,250). Sum of RGB (Red+Green+Blue) = 115+81+250=446 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.78% from 446); Green value is 81 (32.03% from 255 or 18.16% from 446); Blue value is 250 (98.05% from 255 or 56.05% from 446); Max value from RGB is 250 - color contains mainly: blue. Hex color #7351FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7351FA is #8CAE05. Grayscale: #6D6D6D. Windows color (decimal): -9219590 or 16404851. OLE color: 16404851.

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

Color convert

RGB 115 81 250 -
CMYK 0.54 0.68 0 0.02
HSL 252.07º 0.94% 0.65% -
HSV(B) 252.07º 0.68% 0.98% -
XYZ 27.27 16.43 92.18 -
YUV 110.43 206.76 131.26 -
System Red Green Blue C M Y K H S L
Decimal 115 81 250 0.54 0.68 0 0.02 252.07 0.94 0.65
Hex 73 51 FA 36 44 0 2 FC 5E 41
Octal 163 121 372 66 104 0 2 374 136 101
Binary 1110011 1010001 11111010 110110 1000100 0 10 11111100 1011110 1000001

Color Harmonies of #7351FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7351FA

Black with #7351FA

Text Example


Text Example

White with #7351FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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