Html Css Color HEX #7459EC Medium Slate Blue

📋 copy color: '#7459EC'

red 116 ◦ green 89 ◦ blue 236

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

Shades of Medium Slate Blue #7459EC

Tints of Medium Slate Blue #7459EC

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.18%

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

R = 26.3%
G = 20.18%
B = 53.51%

CMYK

 C value IS 0.51

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7459EC (or 0x7459EC) is known color: Medium Slate Blue. HEX triplet: 74, 59 and EC. RGB value is (116,89,236). Sum of RGB (Red+Green+Blue) = 116+89+236=441 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.30% from 441); Green value is 89 (35.16% from 255 or 20.18% from 441); Blue value is 236 (92.58% from 255 or 53.51% from 441); Max value from RGB is 236 - color contains mainly: blue. Hex color #7459EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7459EC is #8BA613. Grayscale: #717171. Windows color (decimal): -9152020 or 15489396. OLE color: 15489396.

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

Color convert

RGB 116 89 236 -
CMYK 0.51 0.62 0 0.07
HSL 251.02º 0.79% 0.64% -
HSV(B) 251.02º 0.62% 0.93% -
XYZ 25.92 16.91 81.26 -
YUV 113.83 196.95 129.55 -
System Red Green Blue C M Y K H S L
Decimal 116 89 236 0.51 0.62 0 0.07 251.02 0.79 0.64
Hex 74 59 EC 33 3E 0 7 FB 4F 40
Octal 164 131 354 63 76 0 7 373 117 100
Binary 1110100 1011001 11101100 110011 111110 0 111 11111011 1001111 1000000

Color Harmonies of #7459EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7459EC

Black with #7459EC

Text Example


Text Example

White with #7459EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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