Html Css Color HEX #7356EA Medium Slate Blue

📋 copy color: '#7356EA'

red 115 ◦ green 86 ◦ blue 234

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

Shades of Medium Slate Blue #7356EA

Tints of Medium Slate Blue #7356EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 53.79%

R = 26.44%
G = 19.77%
B = 53.79%

CMYK

 C value IS 0.51

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7356EA (or 0x7356EA) is known color: Medium Slate Blue. HEX triplet: 73, 56 and EA. RGB value is (115,86,234). Sum of RGB (Red+Green+Blue) = 115+86+234=435 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.44% from 435); Green value is 86 (33.98% from 255 or 19.77% from 435); Blue value is 234 (91.80% from 255 or 53.79% from 435); Max value from RGB is 234 - color contains mainly: blue. Hex color #7356EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7356EA is #8CA915. Grayscale: #6E6E6E. Windows color (decimal): -9218326 or 15357555. OLE color: 15357555.

HSL color Cylindrical-coordinate representation of color #7356EA: hue angle of 251.76º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7356EA is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 115 86 234 -
CMYK 0.51 0.63 0 0.08
HSL 251.76º 0.78% 0.63% -
HSV(B) 251.76º 0.63% 0.92% -
XYZ 25.25 16.24 79.65 -
YUV 111.54 197.11 130.47 -
System Red Green Blue C M Y K H S L
Decimal 115 86 234 0.51 0.63 0 0.08 251.76 0.78 0.63
Hex 73 56 EA 33 3F 0 8 FC 4E 3F
Octal 163 126 352 63 77 0 10 374 116 77
Binary 1110011 1010110 11101010 110011 111111 0 1000 11111100 1001110 111111

Color Harmonies of #7356EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7356EA

Black with #7356EA

Text Example


Text Example

White with #7356EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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