Html Css Color HEX #7054FE Medium Slate Blue

📋 copy color: '#7054FE'

red 112 ◦ green 84 ◦ blue 254

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

Shades of Medium Slate Blue #7054FE

Tints of Medium Slate Blue #7054FE

RGB

 RED value IS 112 (44.14% from 255) = 24.89%

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

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

R = 24.89%
G = 18.67%
B = 56.44%

CMYK

 C value IS 0.56

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7054FE (or 0x7054FE) is known color: Medium Slate Blue. HEX triplet: 70, 54 and FE. RGB value is (112,84,254). Sum of RGB (Red+Green+Blue) = 112+84+254=450 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.89% from 450); Green value is 84 (33.20% from 255 or 18.67% from 450); Blue value is 254 (99.61% from 255 or 56.44% from 450); Max value from RGB is 254 - color contains mainly: blue. Hex color #7054FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7054FE is #8FAB01. Grayscale: #6F6F6F. Windows color (decimal): -9415426 or 16667760. OLE color: 16667760.

HSL color Cylindrical-coordinate representation of color #7054FE: hue angle of 249.88º 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 #7054FE is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 112 84 254 -
CMYK 0.56 0.67 0 0.00
HSL 249.88º 0.99% 0.66% -
HSV(B) 249.88º 0.67% 1% -
XYZ 27.74 16.94 95.57 -
YUV 111.75 208.28 128.18 -
System Red Green Blue C M Y K H S L
Decimal 112 84 254 0.56 0.67 0 0.00 249.88 0.99 0.66
Hex 70 54 FE 38 43 0 0 FA 63 42
Octal 160 124 376 70 103 0 0 372 143 102
Binary 1110000 1010100 11111110 111000 1000011 0 0 11111010 1100011 1000010

Color Harmonies of #7054FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7054FE

Black with #7054FE

Text Example


Text Example

White with #7054FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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