Html Css Color HEX #7356FA Medium Slate Blue

📋 copy color: '#7356FA'

red 115 ◦ green 86 ◦ blue 250

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

Shades of Medium Slate Blue #7356FA

Tints of Medium Slate Blue #7356FA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.07%

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

R = 25.5%
G = 19.07%
B = 55.43%

CMYK

 C value IS 0.54

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7356FA (or 0x7356FA) is known color: Medium Slate Blue. HEX triplet: 73, 56 and FA. RGB value is (115,86,250). Sum of RGB (Red+Green+Blue) = 115+86+250=451 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.50% from 451); Green value is 86 (33.98% from 255 or 19.07% from 451); Blue value is 250 (98.05% from 255 or 55.43% from 451); Max value from RGB is 250 - color contains mainly: blue. Hex color #7356FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7356FA is #8CA905. Grayscale: #707070. Windows color (decimal): -9218310 or 16406131. OLE color: 16406131.

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

Color convert

RGB 115 86 250 -
CMYK 0.54 0.66 0 0.02
HSL 250.61º 0.94% 0.66% -
HSV(B) 250.61º 0.66% 0.98% -
XYZ 27.65 17.2 92.31 -
YUV 113.37 205.11 129.16 -
System Red Green Blue C M Y K H S L
Decimal 115 86 250 0.54 0.66 0 0.02 250.61 0.94 0.66
Hex 73 56 FA 36 42 0 2 FB 5E 42
Octal 163 126 372 66 102 0 2 373 136 102
Binary 1110011 1010110 11111010 110110 1000010 0 10 11111011 1011110 1000010

Color Harmonies of #7356FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7356FA

Black with #7356FA

Text Example


Text Example

White with #7356FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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