Html Css Color HEX #8548FA Medium Slate Blue

📋 copy color: '#8548FA'

red 133 ◦ green 72 ◦ blue 250

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

Shades of Medium Slate Blue #8548FA

Tints of Medium Slate Blue #8548FA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.82%

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

R = 29.23%
G = 15.82%
B = 54.95%

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

#8548FA (or 0x8548FA) is known color: Medium Slate Blue. HEX triplet: 85, 48 and FA. RGB value is (133,72,250). Sum of RGB (Red+Green+Blue) = 133+72+250=455 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.23% from 455); Green value is 72 (28.52% from 255 or 15.82% from 455); Blue value is 250 (98.05% from 255 or 54.95% from 455); Max value from RGB is 250 - color contains mainly: blue. Hex color #8548FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8548FA is #7AB705. Grayscale: #6D6D6D. Windows color (decimal): -8042246 or 16402565. OLE color: 16402565.

HSL color Cylindrical-coordinate representation of color #8548FA: hue angle of 260.56º 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 #8548FA is Cyan = 0.47, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 133 72 250 -
CMYK 0.47 0.71 0 0.02
HSL 260.56º 0.95% 0.63% -
HSV(B) 260.56º 0.71% 0.98% -
XYZ 29.25 16.52 92.09 -
YUV 110.53 206.71 144.03 -
System Red Green Blue C M Y K H S L
Decimal 133 72 250 0.47 0.71 0 0.02 260.56 0.95 0.63
Hex 85 48 FA 2F 47 0 2 105 5F 3F
Octal 205 110 372 57 107 0 2 405 137 77
Binary 10000101 1001000 11111010 101111 1000111 0 10 100000101 1011111 111111

Color Harmonies of #8548FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8548FA

Black with #8548FA

Text Example


Text Example

White with #8548FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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