Html Css Color HEX #854EE1 Medium Slate Blue

📋 copy color: '#854EE1'

red 133 ◦ green 78 ◦ blue 225

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

Shades of Medium Slate Blue #854EE1

Tints of Medium Slate Blue #854EE1

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.89%

 BLUE value IS 225 (88.28% from 255) = 51.61%

R = 30.5%
G = 17.89%
B = 51.61%

CMYK

 C value IS 0.41

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#854EE1 (or 0x854EE1) is known color: Medium Slate Blue. HEX triplet: 85, 4E and E1. RGB value is (133,78,225). Sum of RGB (Red+Green+Blue) = 133+78+225=436 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.50% from 436); Green value is 78 (30.86% from 255 or 17.89% from 436); Blue value is 225 (88.28% from 255 or 51.61% from 436); Max value from RGB is 225 - color contains mainly: blue. Hex color #854EE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #854EE1 is #7AB11E. Grayscale: #6E6E6E. Windows color (decimal): -8040735 or 14765701. OLE color: 14765701.

HSL color Cylindrical-coordinate representation of color #854EE1: hue angle of 262.45º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #854EE1 is Cyan = 0.41, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 133 78 225 -
CMYK 0.41 0.65 0 0.12
HSL 262.45º 0.71% 0.59% -
HSV(B) 262.45º 0.65% 0.88% -
XYZ 25.99 15.87 72.93 -
YUV 111.2 192.22 143.55 -
System Red Green Blue C M Y K H S L
Decimal 133 78 225 0.41 0.65 0 0.12 262.45 0.71 0.59
Hex 85 4E E1 29 41 0 C 106 47 3B
Octal 205 116 341 51 101 0 14 406 107 73
Binary 10000101 1001110 11100001 101001 1000001 0 1100 100000110 1000111 111011

Color Harmonies of #854EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854EE1

Black with #854EE1

Text Example


Text Example

White with #854EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854EE1; }

 p { color: rgb(133,78,225); }

 H1.HeaderClassName
 {
   color: #854EE1;
 }
 .AnyTagClassName
 {
   color: #854EE1;
 }
</style>

background-color css

<style>
 a { background-color: #854EE1; }

 a { background-color: rgb(133,78,225); }

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

border-color css

<style>
 span { border-color: #854EE1; }

 span { border-color: rgb(133,78,225); }

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