Html Css Color HEX #8549FA Medium Slate Blue

📋 copy color: '#8549FA'

red 133 ◦ green 73 ◦ blue 250

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

Shades of Medium Slate Blue #8549FA

Tints of Medium Slate Blue #8549FA

RGB

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

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

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

R = 29.17%
G = 16.01%
B = 54.82%

CMYK

 C value IS 0.47

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8549FA (or 0x8549FA) is known color: Medium Slate Blue. HEX triplet: 85, 49 and FA. RGB value is (133,73,250). Sum of RGB (Red+Green+Blue) = 133+73+250=456 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.17% from 456); Green value is 73 (28.91% from 255 or 16.01% from 456); Blue value is 250 (98.05% from 255 or 54.82% from 456); Max value from RGB is 250 - color contains mainly: blue. Hex color #8549FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8549FA is #7AB605. Grayscale: #6E6E6E. Windows color (decimal): -8041990 or 16402821. OLE color: 16402821.

HSL color Cylindrical-coordinate representation of color #8549FA: hue angle of 260.34º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8549FA is Cyan = 0.47, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 133 73 250 -
CMYK 0.47 0.71 0 0.02
HSL 260.34º 0.95% 0.63% -
HSV(B) 260.34º 0.71% 0.98% -
XYZ 29.31 16.65 92.11 -
YUV 111.12 206.38 143.61 -
System Red Green Blue C M Y K H S L
Decimal 133 73 250 0.47 0.71 0 0.02 260.34 0.95 0.63
Hex 85 49 FA 2F 47 0 2 104 5F 3F
Octal 205 111 372 57 107 0 2 404 137 77
Binary 10000101 1001001 11111010 101111 1000111 0 10 100000100 1011111 111111

Color Harmonies of #8549FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8549FA

Black with #8549FA

Text Example


Text Example

White with #8549FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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