Html Css Color HEX #8554FF Medium Slate Blue

📋 copy color: '#8554FF'

red 133 ◦ green 84 ◦ blue 255

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

Shades of Medium Slate Blue #8554FF

Tints of Medium Slate Blue #8554FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.03%

R = 28.18%
G = 17.8%
B = 54.03%

CMYK

 C value IS 0.48

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8554FF (or 0x8554FF) is known color: Medium Slate Blue. HEX triplet: 85, 54 and FF. RGB value is (133,84,255). Sum of RGB (Red+Green+Blue) = 133+84+255=472 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.18% from 472); Green value is 84 (33.20% from 255 or 17.80% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #8554FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8554FF is #7AAB00. Grayscale: #757575. Windows color (decimal): -8039169 or 16733317. OLE color: 16733317.

HSL color Cylindrical-coordinate representation of color #8554FF: hue angle of 257.19º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8554FF is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 133 84 255 -
CMYK 0.48 0.67 0 0
HSL 257.19º 1% 0.66% -
HSV(B) 257.19º 0.67% 1% -
XYZ 30.89 18.55 96.56 -
YUV 118.15 205.23 138.6 -
System Red Green Blue C M Y K H S L
Decimal 133 84 255 0.48 0.67 0 0 257.19 1 0.66
Hex 85 54 FF 30 43 0 0 101 64 42
Octal 205 124 377 60 103 0 0 401 144 102
Binary 10000101 1010100 11111111 110000 1000011 0 0 100000001 1100100 1000010

Color Harmonies of #8554FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8554FF

Black with #8554FF

Text Example


Text Example

White with #8554FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8554FF; }

 p { color: rgb(133,84,255); }

 H1.HeaderClassName
 {
   color: #8554FF;
 }
 .AnyTagClassName
 {
   color: #8554FF;
 }
</style>

background-color css

<style>
 a { background-color: #8554FF; }

 a { background-color: rgb(133,84,255); }

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

border-color css

<style>
 span { border-color: #8554FF; }

 span { border-color: rgb(133,84,255); }

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