Html Css Color HEX #854EFF Medium Slate Blue

📋 copy color: '#854EFF'

red 133 ◦ green 78 ◦ blue 255

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

Shades of Medium Slate Blue #854EFF

Tints of Medium Slate Blue #854EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.72%

R = 28.54%
G = 16.74%
B = 54.72%

CMYK

 C value IS 0.48

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#854EFF (or 0x854EFF) is known color: Medium Slate Blue. HEX triplet: 85, 4E and FF. RGB value is (133,78,255). Sum of RGB (Red+Green+Blue) = 133+78+255=466 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.54% from 466); Green value is 78 (30.86% from 255 or 16.74% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #854EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #854EFF is #7AB100. Grayscale: #717171. Windows color (decimal): -8040705 or 16731781. OLE color: 16731781.

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

Color convert

RGB 133 78 255 -
CMYK 0.48 0.69 0 0
HSL 258.64º 1% 0.65% -
HSV(B) 258.64º 0.69% 1% -
XYZ 30.45 17.66 96.41 -
YUV 114.62 207.22 141.11 -
System Red Green Blue C M Y K H S L
Decimal 133 78 255 0.48 0.69 0 0 258.64 1 0.65
Hex 85 4E FF 30 45 0 0 103 64 41
Octal 205 116 377 60 105 0 0 403 144 101
Binary 10000101 1001110 11111111 110000 1000101 0 0 100000011 1100100 1000001

Color Harmonies of #854EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854EFF

Black with #854EFF

Text Example


Text Example

White with #854EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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