Html Css Color HEX #854CEF Medium Slate Blue

📋 copy color: '#854CEF'

red 133 ◦ green 76 ◦ blue 239

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

Shades of Medium Slate Blue #854CEF

Tints of Medium Slate Blue #854CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 53.35%

R = 29.69%
G = 16.96%
B = 53.35%

CMYK

 C value IS 0.44

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#854CEF (or 0x854CEF) is known color: Medium Slate Blue. HEX triplet: 85, 4C and EF. RGB value is (133,76,239). Sum of RGB (Red+Green+Blue) = 133+76+239=448 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.69% from 448); Green value is 76 (30.08% from 255 or 16.96% from 448); Blue value is 239 (93.75% from 255 or 53.35% from 448); Max value from RGB is 239 - color contains mainly: blue. Hex color #854CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #854CEF is #7AB310. Grayscale: #6F6F6F. Windows color (decimal): -8041233 or 15682693. OLE color: 15682693.

HSL color Cylindrical-coordinate representation of color #854CEF: hue angle of 260.98º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #854CEF is Cyan = 0.44, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 133 76 239 -
CMYK 0.44 0.68 0 0.06
HSL 260.98º 0.84% 0.62% -
HSV(B) 260.98º 0.68% 0.94% -
XYZ 27.84 16.39 83.36 -
YUV 111.63 199.88 143.25 -
System Red Green Blue C M Y K H S L
Decimal 133 76 239 0.44 0.68 0 0.06 260.98 0.84 0.62
Hex 85 4C EF 2C 44 0 6 105 54 3E
Octal 205 114 357 54 104 0 6 405 124 76
Binary 10000101 1001100 11101111 101100 1000100 0 110 100000101 1010100 111110

Color Harmonies of #854CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854CEF

Black with #854CEF

Text Example


Text Example

White with #854CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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