Html Css Color HEX #8554E7 Medium Slate Blue

📋 copy color: '#8554E7'

red 133 ◦ green 84 ◦ blue 231

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

Shades of Medium Slate Blue #8554E7

Tints of Medium Slate Blue #8554E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 51.56%

R = 29.69%
G = 18.75%
B = 51.56%

CMYK

 C value IS 0.42

 M value IS 0.64

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#8554E7 (or 0x8554E7) is known color: Medium Slate Blue. HEX triplet: 85, 54 and E7. RGB value is (133,84,231). Sum of RGB (Red+Green+Blue) = 133+84+231=448 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.69% from 448); Green value is 84 (33.20% from 255 or 18.75% from 448); Blue value is 231 (90.62% from 255 or 51.56% from 448); Max value from RGB is 231 - color contains mainly: blue. Hex color #8554E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8554E7 is #7AAB18. Grayscale: #727272. Windows color (decimal): -8039193 or 15160453. OLE color: 15160453.

HSL color Cylindrical-coordinate representation of color #8554E7: hue angle of 260º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8554E7 is Cyan = 0.42, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 133 84 231 -
CMYK 0.42 0.64 0 0.09
HSL 260º 0.75% 0.62% -
HSV(B) 260º 0.64% 0.91% -
XYZ 27.27 17.1 77.46 -
YUV 115.41 193.23 140.55 -
System Red Green Blue C M Y K H S L
Decimal 133 84 231 0.42 0.64 0 0.09 260 0.75 0.62
Hex 85 54 E7 2A 40 0 9 104 4B 3E
Octal 205 124 347 52 100 0 11 404 113 76
Binary 10000101 1010100 11100111 101010 1000000 0 1001 100000100 1001011 111110

Color Harmonies of #8554E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8554E7

Black with #8554E7

Text Example


Text Example

White with #8554E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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