Html Css Color HEX #7459FD Medium Slate Blue

📋 copy color: '#7459FD'

red 116 ◦ green 89 ◦ blue 253

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

Shades of Medium Slate Blue #7459FD

Tints of Medium Slate Blue #7459FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 55.24%

R = 25.33%
G = 19.43%
B = 55.24%

CMYK

 C value IS 0.54

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7459FD (or 0x7459FD) is known color: Medium Slate Blue. HEX triplet: 74, 59 and FD. RGB value is (116,89,253). Sum of RGB (Red+Green+Blue) = 116+89+253=458 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.33% from 458); Green value is 89 (35.16% from 255 or 19.43% from 458); Blue value is 253 (99.22% from 255 or 55.24% from 458); Max value from RGB is 253 - color contains mainly: blue. Hex color #7459FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7459FD is #8BA602. Grayscale: #737373. Windows color (decimal): -9152003 or 16603508. OLE color: 16603508.

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

Color convert

RGB 116 89 253 -
CMYK 0.54 0.65 0 0.01
HSL 249.88º 0.98% 0.67% -
HSV(B) 249.88º 0.65% 0.99% -
XYZ 28.5 17.95 94.89 -
YUV 115.77 205.45 128.16 -
System Red Green Blue C M Y K H S L
Decimal 116 89 253 0.54 0.65 0 0.01 249.88 0.98 0.67
Hex 74 59 FD 36 41 0 1 FA 62 43
Octal 164 131 375 66 101 0 1 372 142 103
Binary 1110100 1011001 11111101 110110 1000001 0 1 11111010 1100010 1000011

Color Harmonies of #7459FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7459FD

Black with #7459FD

Text Example


Text Example

White with #7459FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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