Html Css Color HEX #8549FE Medium Slate Blue

📋 copy color: '#8549FE'

red 133 ◦ green 73 ◦ blue 254

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

Shades of Medium Slate Blue #8549FE

Tints of Medium Slate Blue #8549FE

RGB

 RED value IS 133 (52.34% from 255) = 28.91%

 GREEN value IS 73 (28.91% from 255) = 15.87%

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

R = 28.91%
G = 15.87%
B = 55.22%

CMYK

 C value IS 0.48

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8549FE (or 0x8549FE) is known color: Medium Slate Blue. HEX triplet: 85, 49 and FE. RGB value is (133,73,254). Sum of RGB (Red+Green+Blue) = 133+73+254=460 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.91% from 460); Green value is 73 (28.91% from 255 or 15.87% from 460); Blue value is 254 (99.61% from 255 or 55.22% from 460); Max value from RGB is 254 - color contains mainly: blue. Hex color #8549FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8549FE is #7AB601. Grayscale: #6E6E6E. Windows color (decimal): -8041986 or 16664965. OLE color: 16664965.

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

Color convert

RGB 133 73 254 -
CMYK 0.48 0.71 0 0.00
HSL 259.89º 0.99% 0.64% -
HSV(B) 259.89º 0.71% 1% -
XYZ 29.94 16.91 95.45 -
YUV 111.57 208.38 143.28 -
System Red Green Blue C M Y K H S L
Decimal 133 73 254 0.48 0.71 0 0.00 259.89 0.99 0.64
Hex 85 49 FE 30 47 0 0 104 63 40
Octal 205 111 376 60 107 0 0 404 143 100
Binary 10000101 1001001 11111110 110000 1000111 0 0 100000100 1100011 1000000

Color Harmonies of #8549FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8549FE

Black with #8549FE

Text Example


Text Example

White with #8549FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,73,254); }

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

background-color css

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

 a { background-color: rgb(133,73,254); }

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

border-color css

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

 span { border-color: rgb(133,73,254); }

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