Html Css Color HEX #8557ED Medium Slate Blue

📋 copy color: '#8557ED'

red 133 ◦ green 87 ◦ blue 237

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

Shades of Medium Slate Blue #8557ED

Tints of Medium Slate Blue #8557ED

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.04%

 BLUE value IS 237 (92.97% from 255) = 51.86%

R = 29.1%
G = 19.04%
B = 51.86%

CMYK

 C value IS 0.44

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8557ED (or 0x8557ED) is known color: Medium Slate Blue. HEX triplet: 85, 57 and ED. RGB value is (133,87,237). Sum of RGB (Red+Green+Blue) = 133+87+237=457 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.10% from 457); Green value is 87 (34.38% from 255 or 19.04% from 457); Blue value is 237 (92.97% from 255 or 51.86% from 457); Max value from RGB is 237 - color contains mainly: blue. Hex color #8557ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8557ED is #7AA812. Grayscale: #757575. Windows color (decimal): -8038419 or 15554437. OLE color: 15554437.

HSL color Cylindrical-coordinate representation of color #8557ED: hue angle of 258.4º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8557ED is Cyan = 0.44, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 133 87 237 -
CMYK 0.44 0.63 0 0.07
HSL 258.4º 0.81% 0.64% -
HSV(B) 258.4º 0.63% 0.93% -
XYZ 28.37 17.92 82.08 -
YUV 117.85 195.24 138.8 -
System Red Green Blue C M Y K H S L
Decimal 133 87 237 0.44 0.63 0 0.07 258.4 0.81 0.64
Hex 85 57 ED 2C 3F 0 7 102 51 40
Octal 205 127 355 54 77 0 7 402 121 100
Binary 10000101 1010111 11101101 101100 111111 0 111 100000010 1010001 1000000

Color Harmonies of #8557ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8557ED

Black with #8557ED

Text Example


Text Example

White with #8557ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8557ED; }

 p { color: rgb(133,87,237); }

 H1.HeaderClassName
 {
   color: #8557ED;
 }
 .AnyTagClassName
 {
   color: #8557ED;
 }
</style>

background-color css

<style>
 a { background-color: #8557ED; }

 a { background-color: rgb(133,87,237); }

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

border-color css

<style>
 span { border-color: #8557ED; }

 span { border-color: rgb(133,87,237); }

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