Html Css Color HEX #7454FE Medium Slate Blue

📋 copy color: '#7454FE'

red 116 ◦ green 84 ◦ blue 254

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

Shades of Medium Slate Blue #7454FE

Tints of Medium Slate Blue #7454FE

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.5%

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

R = 25.55%
G = 18.5%
B = 55.95%

CMYK

 C value IS 0.54

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7454FE (or 0x7454FE) is known color: Medium Slate Blue. HEX triplet: 74, 54 and FE. RGB value is (116,84,254). Sum of RGB (Red+Green+Blue) = 116+84+254=454 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.55% from 454); Green value is 84 (33.20% from 255 or 18.50% from 454); Blue value is 254 (99.61% from 255 or 55.95% from 454); Max value from RGB is 254 - color contains mainly: blue. Hex color #7454FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7454FE is #8BAB01. Grayscale: #707070. Windows color (decimal): -9153282 or 16667764. OLE color: 16667764.

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

Color convert

RGB 116 84 254 -
CMYK 0.54 0.67 0 0.00
HSL 251.29º 0.99% 0.66% -
HSV(B) 251.29º 0.67% 1% -
XYZ 28.26 17.21 95.6 -
YUV 112.95 207.6 130.18 -
System Red Green Blue C M Y K H S L
Decimal 116 84 254 0.54 0.67 0 0.00 251.29 0.99 0.66
Hex 74 54 FE 36 43 0 0 FB 63 42
Octal 164 124 376 66 103 0 0 373 143 102
Binary 1110100 1010100 11111110 110110 1000011 0 0 11111011 1100011 1000010

Color Harmonies of #7454FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7454FE

Black with #7454FE

Text Example


Text Example

White with #7454FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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