Html Css Color HEX #7459FC Medium Slate Blue

📋 copy color: '#7459FC'

red 116 ◦ green 89 ◦ blue 252

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

Shades of Medium Slate Blue #7459FC

Tints of Medium Slate Blue #7459FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 55.14%

R = 25.38%
G = 19.47%
B = 55.14%

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

#7459FC (or 0x7459FC) is known color: Medium Slate Blue. HEX triplet: 74, 59 and FC. RGB value is (116,89,252). Sum of RGB (Red+Green+Blue) = 116+89+252=457 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.38% from 457); Green value is 89 (35.16% from 255 or 19.47% from 457); Blue value is 252 (98.83% from 255 or 55.14% from 457); Max value from RGB is 252 - color contains mainly: blue. Hex color #7459FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7459FC is #8BA603. Grayscale: #737373. Windows color (decimal): -9152004 or 16537972. OLE color: 16537972.

HSL color Cylindrical-coordinate representation of color #7459FC: hue angle of 249.94º degrees, saturation: 0.96, 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 #7459FC is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 116 89 252 -
CMYK 0.54 0.65 0 0.01
HSL 249.94º 0.96% 0.67% -
HSV(B) 249.94º 0.65% 0.99% -
XYZ 28.35 17.89 94.05 -
YUV 115.66 204.95 128.25 -
System Red Green Blue C M Y K H S L
Decimal 116 89 252 0.54 0.65 0 0.01 249.94 0.96 0.67
Hex 74 59 FC 36 41 0 1 FA 60 43
Octal 164 131 374 66 101 0 1 372 140 103
Binary 1110100 1011001 11111100 110110 1000001 0 1 11111010 1100000 1000011

Color Harmonies of #7459FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7459FC

Black with #7459FC

Text Example


Text Example

White with #7459FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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