Html Css Color HEX #855EEB Medium Slate Blue

📋 copy color: '#855EEB'

red 133 ◦ green 94 ◦ blue 235

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

Shades of Medium Slate Blue #855EEB

Tints of Medium Slate Blue #855EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.87%

R = 28.79%
G = 20.35%
B = 50.87%

CMYK

 C value IS 0.43

 M value IS 0.6

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#855EEB (or 0x855EEB) is known color: Medium Slate Blue. HEX triplet: 85, 5E and EB. RGB value is (133,94,235). Sum of RGB (Red+Green+Blue) = 133+94+235=462 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.79% from 462); Green value is 94 (37.11% from 255 or 20.35% from 462); Blue value is 235 (92.19% from 255 or 50.87% from 462); Max value from RGB is 235 - color contains mainly: blue. Hex color #855EEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #855EEB is #7AA114. Grayscale: #797979. Windows color (decimal): -8036629 or 15425157. OLE color: 15425157.

HSL color Cylindrical-coordinate representation of color #855EEB: hue angle of 256.6º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #855EEB is Cyan = 0.43, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 133 94 235 -
CMYK 0.43 0.6 0 0.08
HSL 256.6º 0.78% 0.65% -
HSV(B) 256.6º 0.6% 0.92% -
XYZ 28.67 18.99 80.75 -
YUV 121.74 191.92 136.04 -
System Red Green Blue C M Y K H S L
Decimal 133 94 235 0.43 0.6 0 0.08 256.6 0.78 0.65
Hex 85 5E EB 2B 3C 0 8 101 4E 41
Octal 205 136 353 53 74 0 10 401 116 101
Binary 10000101 1011110 11101011 101011 111100 0 1000 100000001 1001110 1000001

Color Harmonies of #855EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855EEB

Black with #855EEB

Text Example


Text Example

White with #855EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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