Html Css Color HEX #854DFE Medium Slate Blue

📋 copy color: '#854DFE'

red 133 ◦ green 77 ◦ blue 254

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

Shades of Medium Slate Blue #854DFE

Tints of Medium Slate Blue #854DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 54.74%

R = 28.66%
G = 16.59%
B = 54.74%

CMYK

 C value IS 0.48

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#854DFE (or 0x854DFE) is known color: Medium Slate Blue. HEX triplet: 85, 4D and FE. RGB value is (133,77,254). Sum of RGB (Red+Green+Blue) = 133+77+254=464 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.66% from 464); Green value is 77 (30.47% from 255 or 16.59% from 464); Blue value is 254 (99.61% from 255 or 54.74% from 464); Max value from RGB is 254 - color contains mainly: blue. Hex color #854DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #854DFE is #7AB201. Grayscale: #717171. Windows color (decimal): -8040962 or 16665989. OLE color: 16665989.

HSL color Cylindrical-coordinate representation of color #854DFE: hue angle of 258.98º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #854DFE is Cyan = 0.48, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 133 77 254 -
CMYK 0.48 0.70 0 0.00
HSL 258.98º 0.99% 0.65% -
HSV(B) 258.98º 0.7% 1% -
XYZ 30.22 17.45 95.54 -
YUV 113.92 207.05 141.61 -
System Red Green Blue C M Y K H S L
Decimal 133 77 254 0.48 0.70 0 0.00 258.98 0.99 0.65
Hex 85 4D FE 30 46 0 0 103 63 41
Octal 205 115 376 60 106 0 0 403 143 101
Binary 10000101 1001101 11111110 110000 1000110 0 0 100000011 1100011 1000001

Color Harmonies of #854DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854DFE

Black with #854DFE

Text Example


Text Example

White with #854DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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