Html Css Color HEX #854EF1 Medium Slate Blue

📋 copy color: '#854EF1'

red 133 ◦ green 78 ◦ blue 241

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

Shades of Medium Slate Blue #854EF1

Tints of Medium Slate Blue #854EF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 53.32%

R = 29.42%
G = 17.26%
B = 53.32%

CMYK

 C value IS 0.45

 M value IS 0.68

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#854EF1 (or 0x854EF1) is known color: Medium Slate Blue. HEX triplet: 85, 4E and F1. RGB value is (133,78,241). Sum of RGB (Red+Green+Blue) = 133+78+241=452 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.42% from 452); Green value is 78 (30.86% from 255 or 17.26% from 452); Blue value is 241 (94.53% from 255 or 53.32% from 452); Max value from RGB is 241 - color contains mainly: blue. Hex color #854EF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #854EF1 is #7AB10E. Grayscale: #707070. Windows color (decimal): -8040719 or 15814277. OLE color: 15814277.

HSL color Cylindrical-coordinate representation of color #854EF1: hue angle of 260.25º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #854EF1 is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 133 78 241 -
CMYK 0.45 0.68 0 0.05
HSL 260.25º 0.85% 0.63% -
HSV(B) 260.25º 0.68% 0.95% -
XYZ 28.27 16.79 84.97 -
YUV 113.03 200.22 142.25 -
System Red Green Blue C M Y K H S L
Decimal 133 78 241 0.45 0.68 0 0.05 260.25 0.85 0.63
Hex 85 4E F1 2D 44 0 5 104 55 3F
Octal 205 116 361 55 104 0 5 404 125 77
Binary 10000101 1001110 11110001 101101 1000100 0 101 100000100 1010101 111111

Color Harmonies of #854EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854EF1

Black with #854EF1

Text Example


Text Example

White with #854EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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