Html Css Color HEX #8454FE Medium Slate Blue

📋 copy color: '#8454FE'

red 132 ◦ green 84 ◦ blue 254

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

Shades of Medium Slate Blue #8454FE

Tints of Medium Slate Blue #8454FE

RGB

 RED value IS 132 (51.95% from 255) = 28.09%

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

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

R = 28.09%
G = 17.87%
B = 54.04%

CMYK

 C value IS 0.48

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8454FE (or 0x8454FE) is known color: Medium Slate Blue. HEX triplet: 84, 54 and FE. RGB value is (132,84,254). Sum of RGB (Red+Green+Blue) = 132+84+254=470 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.09% from 470); Green value is 84 (33.20% from 255 or 17.87% from 470); Blue value is 254 (99.61% from 255 or 54.04% from 470); Max value from RGB is 254 - color contains mainly: blue. Hex color #8454FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8454FE is #7BAB01. Grayscale: #757575. Windows color (decimal): -8104706 or 16667780. OLE color: 16667780.

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

Color convert

RGB 132 84 254 -
CMYK 0.48 0.67 0 0.00
HSL 256.94º 0.99% 0.66% -
HSV(B) 256.94º 0.67% 1% -
XYZ 30.58 18.4 95.71 -
YUV 117.73 204.9 138.18 -
System Red Green Blue C M Y K H S L
Decimal 132 84 254 0.48 0.67 0 0.00 256.94 0.99 0.66
Hex 84 54 FE 30 43 0 0 101 63 42
Octal 204 124 376 60 103 0 0 401 143 102
Binary 10000100 1010100 11111110 110000 1000011 0 0 100000001 1100011 1000010

Color Harmonies of #8454FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8454FE

Black with #8454FE

Text Example


Text Example

White with #8454FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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