Html Css Color HEX #7356FE Medium Slate Blue

📋 copy color: '#7356FE'

red 115 ◦ green 86 ◦ blue 254

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

Shades of Medium Slate Blue #7356FE

Tints of Medium Slate Blue #7356FE

RGB

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

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

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

R = 25.27%
G = 18.9%
B = 55.82%

CMYK

 C value IS 0.55

 M value IS 0.66

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7356FE (or 0x7356FE) is known color: Medium Slate Blue. HEX triplet: 73, 56 and FE. RGB value is (115,86,254). Sum of RGB (Red+Green+Blue) = 115+86+254=455 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.27% from 455); Green value is 86 (33.98% from 255 or 18.90% from 455); Blue value is 254 (99.61% from 255 or 55.82% from 455); Max value from RGB is 254 - color contains mainly: blue. Hex color #7356FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7356FE is #8CA901. Grayscale: #717171. Windows color (decimal): -9218306 or 16668275. OLE color: 16668275.

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

Color convert

RGB 115 86 254 -
CMYK 0.55 0.66 0 0.00
HSL 250.36º 0.99% 0.67% -
HSV(B) 250.36º 0.66% 1% -
XYZ 28.29 17.46 95.64 -
YUV 113.82 207.11 128.84 -
System Red Green Blue C M Y K H S L
Decimal 115 86 254 0.55 0.66 0 0.00 250.36 0.99 0.67
Hex 73 56 FE 37 42 0 0 FA 63 43
Octal 163 126 376 67 102 0 0 372 143 103
Binary 1110011 1010110 11111110 110111 1000010 0 0 11111010 1100011 1000011

Color Harmonies of #7356FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7356FE

Black with #7356FE

Text Example


Text Example

White with #7356FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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