Html Css Color HEX #855EED Medium Slate Blue

📋 copy color: '#855EED'

red 133 ◦ green 94 ◦ blue 237

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

Shades of Medium Slate Blue #855EED

Tints of Medium Slate Blue #855EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 51.08%

R = 28.66%
G = 20.26%
B = 51.08%

CMYK

 C value IS 0.44

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#855EED (or 0x855EED) is known color: Medium Slate Blue. HEX triplet: 85, 5E and ED. RGB value is (133,94,237). Sum of RGB (Red+Green+Blue) = 133+94+237=464 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.66% from 464); Green value is 94 (37.11% from 255 or 20.26% from 464); Blue value is 237 (92.97% from 255 or 51.08% from 464); Max value from RGB is 237 - color contains mainly: blue. Hex color #855EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #855EED is #7AA112. Grayscale: #797979. Windows color (decimal): -8036627 or 15556229. OLE color: 15556229.

HSL color Cylindrical-coordinate representation of color #855EED: hue angle of 256.36º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #855EED is Cyan = 0.44, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 133 94 237 -
CMYK 0.44 0.60 0 0.07
HSL 256.36º 0.8% 0.65% -
HSV(B) 256.36º 0.6% 0.93% -
XYZ 28.96 19.11 82.28 -
YUV 121.96 192.92 135.87 -
System Red Green Blue C M Y K H S L
Decimal 133 94 237 0.44 0.60 0 0.07 256.36 0.8 0.65
Hex 85 5E ED 2C 3C 0 7 100 50 41
Octal 205 136 355 54 74 0 7 400 120 101
Binary 10000101 1011110 11101101 101100 111100 0 111 100000000 1010000 1000001

Color Harmonies of #855EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855EED

Black with #855EED

Text Example


Text Example

White with #855EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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