Html Css Color HEX #7457EC Medium Slate Blue

📋 copy color: '#7457EC'

red 116 ◦ green 87 ◦ blue 236

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

Shades of Medium Slate Blue #7457EC

Tints of Medium Slate Blue #7457EC

RGB

 RED value IS 116 (45.7% from 255) = 26.42%

 GREEN value IS 87 (34.38% from 255) = 19.82%

 BLUE value IS 236 (92.58% from 255) = 53.76%

R = 26.42%
G = 19.82%
B = 53.76%

CMYK

 C value IS 0.51

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7457EC (or 0x7457EC) is known color: Medium Slate Blue. HEX triplet: 74, 57 and EC. RGB value is (116,87,236). Sum of RGB (Red+Green+Blue) = 116+87+236=439 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.42% from 439); Green value is 87 (34.38% from 255 or 19.82% from 439); Blue value is 236 (92.58% from 255 or 53.76% from 439); Max value from RGB is 236 - color contains mainly: blue. Hex color #7457EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7457EC is #8BA813. Grayscale: #707070. Windows color (decimal): -9152532 or 15488884. OLE color: 15488884.

HSL color Cylindrical-coordinate representation of color #7457EC: hue angle of 251.68º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7457EC is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 116 87 236 -
CMYK 0.51 0.63 0 0.07
HSL 251.68º 0.8% 0.63% -
HSV(B) 251.68º 0.63% 0.93% -
XYZ 25.75 16.59 81.2 -
YUV 112.66 197.61 130.38 -
System Red Green Blue C M Y K H S L
Decimal 116 87 236 0.51 0.63 0 0.07 251.68 0.8 0.63
Hex 74 57 EC 33 3F 0 7 FC 50 3F
Octal 164 127 354 63 77 0 7 374 120 77
Binary 1110100 1010111 11101100 110011 111111 0 111 11111100 1010000 111111

Color Harmonies of #7457EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7457EC

Black with #7457EC

Text Example


Text Example

White with #7457EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7457EC; }

 p { color: rgb(116,87,236); }

 H1.HeaderClassName
 {
   color: #7457EC;
 }
 .AnyTagClassName
 {
   color: #7457EC;
 }
</style>

background-color css

<style>
 a { background-color: #7457EC; }

 a { background-color: rgb(116,87,236); }

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

border-color css

<style>
 span { border-color: #7457EC; }

 span { border-color: rgb(116,87,236); }

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