Html Css Color HEX #854DEC Medium Slate Blue

📋 copy color: '#854DEC'

red 133 ◦ green 77 ◦ blue 236

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

Shades of Medium Slate Blue #854DEC

Tints of Medium Slate Blue #854DEC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.26%

 BLUE value IS 236 (92.58% from 255) = 52.91%

R = 29.82%
G = 17.26%
B = 52.91%

CMYK

 C value IS 0.44

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#854DEC (or 0x854DEC) is known color: Medium Slate Blue. HEX triplet: 85, 4D and EC. RGB value is (133,77,236). Sum of RGB (Red+Green+Blue) = 133+77+236=446 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.82% from 446); Green value is 77 (30.47% from 255 or 17.26% from 446); Blue value is 236 (92.58% from 255 or 52.91% from 446); Max value from RGB is 236 - color contains mainly: blue. Hex color #854DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #854DEC is #7AB213. Grayscale: #6F6F6F. Windows color (decimal): -8040980 or 15486341. OLE color: 15486341.

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

Color convert

RGB 133 77 236 -
CMYK 0.44 0.67 0 0.07
HSL 261.13º 0.81% 0.61% -
HSV(B) 261.13º 0.67% 0.93% -
XYZ 27.47 16.35 81.07 -
YUV 111.87 198.05 143.07 -
System Red Green Blue C M Y K H S L
Decimal 133 77 236 0.44 0.67 0 0.07 261.13 0.81 0.61
Hex 85 4D EC 2C 43 0 7 105 51 3D
Octal 205 115 354 54 103 0 7 405 121 75
Binary 10000101 1001101 11101100 101100 1000011 0 111 100000101 1010001 111101

Color Harmonies of #854DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854DEC

Black with #854DEC

Text Example


Text Example

White with #854DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,77,236); }

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

background-color css

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

 a { background-color: rgb(133,77,236); }

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

border-color css

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

 span { border-color: rgb(133,77,236); }

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