Html Css Color HEX #7459FE Medium Slate Blue

📋 copy color: '#7459FE'

red 116 ◦ green 89 ◦ blue 254

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

Shades of Medium Slate Blue #7459FE

Tints of Medium Slate Blue #7459FE

RGB

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

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

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

R = 25.27%
G = 19.39%
B = 55.34%

CMYK

 C value IS 0.54

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7459FE (or 0x7459FE) is known color: Medium Slate Blue. HEX triplet: 74, 59 and FE. RGB value is (116,89,254). Sum of RGB (Red+Green+Blue) = 116+89+254=459 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.27% from 459); Green value is 89 (35.16% from 255 or 19.39% from 459); Blue value is 254 (99.61% from 255 or 55.34% from 459); Max value from RGB is 254 - color contains mainly: blue. Hex color #7459FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7459FE is #8BA601. Grayscale: #737373. Windows color (decimal): -9152002 or 16669044. OLE color: 16669044.

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

Color convert

RGB 116 89 254 -
CMYK 0.54 0.65 0 0.00
HSL 249.82º 0.99% 0.67% -
HSV(B) 249.82º 0.65% 1% -
XYZ 28.66 18.01 95.73 -
YUV 115.88 205.95 128.08 -
System Red Green Blue C M Y K H S L
Decimal 116 89 254 0.54 0.65 0 0.00 249.82 0.99 0.67
Hex 74 59 FE 36 41 0 0 FA 63 43
Octal 164 131 376 66 101 0 0 372 143 103
Binary 1110100 1011001 11111110 110110 1000001 0 0 11111010 1100011 1000011

Color Harmonies of #7459FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7459FE

Black with #7459FE

Text Example


Text Example

White with #7459FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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