Html Css Color HEX #854CFE Medium Slate Blue

📋 copy color: '#854CFE'

red 133 ◦ green 76 ◦ blue 254

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

Shades of Medium Slate Blue #854CFE

Tints of Medium Slate Blue #854CFE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.41%

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

R = 28.73%
G = 16.41%
B = 54.86%

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

#854CFE (or 0x854CFE) is known color: Medium Slate Blue. HEX triplet: 85, 4C and FE. RGB value is (133,76,254). Sum of RGB (Red+Green+Blue) = 133+76+254=463 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.73% from 463); Green value is 76 (30.08% from 255 or 16.41% from 463); Blue value is 254 (99.61% from 255 or 54.86% from 463); Max value from RGB is 254 - color contains mainly: blue. Hex color #854CFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #854CFE is #7AB301. Grayscale: #707070. Windows color (decimal): -8041218 or 16665733. OLE color: 16665733.

HSL color Cylindrical-coordinate representation of color #854CFE: hue angle of 259.21º 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 #854CFE is Cyan = 0.48, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 133 76 254 -
CMYK 0.48 0.70 0 0.00
HSL 259.21º 0.99% 0.65% -
HSV(B) 259.21º 0.7% 1% -
XYZ 30.15 17.31 95.52 -
YUV 113.34 207.38 142.03 -
System Red Green Blue C M Y K H S L
Decimal 133 76 254 0.48 0.70 0 0.00 259.21 0.99 0.65
Hex 85 4C FE 30 46 0 0 103 63 41
Octal 205 114 376 60 106 0 0 403 143 101
Binary 10000101 1001100 11111110 110000 1000110 0 0 100000011 1100011 1000001

Color Harmonies of #854CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854CFE

Black with #854CFE

Text Example


Text Example

White with #854CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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