Html Css Color HEX #854CE9 Medium Slate Blue

📋 copy color: '#854CE9'

red 133 ◦ green 76 ◦ blue 233

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

Shades of Medium Slate Blue #854CE9

Tints of Medium Slate Blue #854CE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 52.71%

R = 30.09%
G = 17.19%
B = 52.71%

CMYK

 C value IS 0.43

 M value IS 0.67

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#854CE9 (or 0x854CE9) is known color: Medium Slate Blue. HEX triplet: 85, 4C and E9. RGB value is (133,76,233). Sum of RGB (Red+Green+Blue) = 133+76+233=442 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.09% from 442); Green value is 76 (30.08% from 255 or 17.19% from 442); Blue value is 233 (91.41% from 255 or 52.71% from 442); Max value from RGB is 233 - color contains mainly: blue. Hex color #854CE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #854CE9 is #7AB316. Grayscale: #6E6E6E. Windows color (decimal): -8041239 or 15289477. OLE color: 15289477.

HSL color Cylindrical-coordinate representation of color #854CE9: hue angle of 261.78º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #854CE9 is Cyan = 0.43, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 133 76 233 -
CMYK 0.43 0.67 0 0.09
HSL 261.78º 0.78% 0.61% -
HSV(B) 261.78º 0.67% 0.91% -
XYZ 26.97 16.04 78.77 -
YUV 110.94 196.88 143.73 -
System Red Green Blue C M Y K H S L
Decimal 133 76 233 0.43 0.67 0 0.09 261.78 0.78 0.61
Hex 85 4C E9 2B 43 0 9 106 4E 3D
Octal 205 114 351 53 103 0 11 406 116 75
Binary 10000101 1001100 11101001 101011 1000011 0 1001 100000110 1001110 111101

Color Harmonies of #854CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854CE9

Black with #854CE9

Text Example


Text Example

White with #854CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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