Html Css Color HEX #855EE9 Medium Slate Blue

📋 copy color: '#855EE9'

red 133 ◦ green 94 ◦ blue 233

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

Shades of Medium Slate Blue #855EE9

Tints of Medium Slate Blue #855EE9

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.43%

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

R = 28.91%
G = 20.43%
B = 50.65%

CMYK

 C value IS 0.43

 M value IS 0.60

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#855EE9 (or 0x855EE9) is known color: Medium Slate Blue. HEX triplet: 85, 5E and E9. RGB value is (133,94,233). Sum of RGB (Red+Green+Blue) = 133+94+233=460 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.91% from 460); Green value is 94 (37.11% from 255 or 20.43% from 460); Blue value is 233 (91.41% from 255 or 50.65% from 460); Max value from RGB is 233 - color contains mainly: blue. Hex color #855EE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #855EE9 is #7AA116. Grayscale: #787878. Windows color (decimal): -8036631 or 15294085. OLE color: 15294085.

HSL color Cylindrical-coordinate representation of color #855EE9: hue angle of 256.83º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #855EE9 is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 133 94 233 -
CMYK 0.43 0.60 0 0.09
HSL 256.83º 0.76% 0.64% -
HSV(B) 256.83º 0.6% 0.91% -
XYZ 28.38 18.88 79.24 -
YUV 121.51 190.92 136.2 -
System Red Green Blue C M Y K H S L
Decimal 133 94 233 0.43 0.60 0 0.09 256.83 0.76 0.64
Hex 85 5E E9 2B 3C 0 9 101 4C 40
Octal 205 136 351 53 74 0 11 401 114 100
Binary 10000101 1011110 11101001 101011 111100 0 1001 100000001 1001100 1000000

Color Harmonies of #855EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855EE9

Black with #855EE9

Text Example


Text Example

White with #855EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855EE9; }

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

 H1.HeaderClassName
 {
   color: #855EE9;
 }
 .AnyTagClassName
 {
   color: #855EE9;
 }
</style>

background-color css

<style>
 a { background-color: #855EE9; }

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

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

border-color css

<style>
 span { border-color: #855EE9; }

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

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