Html Css Color HEX #7456FA Medium Slate Blue

📋 copy color: '#7456FA'

red 116 ◦ green 86 ◦ blue 250

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

Shades of Medium Slate Blue #7456FA

Tints of Medium Slate Blue #7456FA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.03%

 BLUE value IS 250 (98.05% from 255) = 55.31%

R = 25.66%
G = 19.03%
B = 55.31%

CMYK

 C value IS 0.54

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7456FA (or 0x7456FA) is known color: Medium Slate Blue. HEX triplet: 74, 56 and FA. RGB value is (116,86,250). Sum of RGB (Red+Green+Blue) = 116+86+250=452 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.66% from 452); Green value is 86 (33.98% from 255 or 19.03% from 452); Blue value is 250 (98.05% from 255 or 55.31% from 452); Max value from RGB is 250 - color contains mainly: blue. Hex color #7456FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7456FA is #8BA905. Grayscale: #717171. Windows color (decimal): -9152774 or 16406132. OLE color: 16406132.

HSL color Cylindrical-coordinate representation of color #7456FA: hue angle of 250.98º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7456FA is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 116 86 250 -
CMYK 0.54 0.66 0 0.02
HSL 250.98º 0.94% 0.66% -
HSV(B) 250.98º 0.66% 0.98% -
XYZ 27.79 17.27 92.31 -
YUV 113.67 204.94 129.66 -
System Red Green Blue C M Y K H S L
Decimal 116 86 250 0.54 0.66 0 0.02 250.98 0.94 0.66
Hex 74 56 FA 36 42 0 2 FB 5E 42
Octal 164 126 372 66 102 0 2 373 136 102
Binary 1110100 1010110 11111010 110110 1000010 0 10 11111011 1011110 1000010

Color Harmonies of #7456FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7456FA

Black with #7456FA

Text Example


Text Example

White with #7456FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7456FA; }

 p { color: rgb(116,86,250); }

 H1.HeaderClassName
 {
   color: #7456FA;
 }
 .AnyTagClassName
 {
   color: #7456FA;
 }
</style>

background-color css

<style>
 a { background-color: #7456FA; }

 a { background-color: rgb(116,86,250); }

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

border-color css

<style>
 span { border-color: #7456FA; }

 span { border-color: rgb(116,86,250); }

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