#855be8

Color #855BE8 Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #855BE8

Tints of Medium Slate Blue #855BE8

Color information

#855BE8 (or 0x855BE8) is unknown color: approx Medium Slate Blue. HEX triplet: 85, 5B and E8. RGB value is (133,91,232). Sum of RGB (Red+Green+Blue) = 133+91+232=456 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.17% from 456); Green value is 91 (35.94% from 255 or 19.96% from 456); Blue value is 232 (91.02% from 255 or 50.88% from 456); Max value from RGB is 232 - color contains mainly: blue. Hex color #855BE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #855BE8 is #7AA417. Grayscale: #777777. Windows color (decimal): -8037400 or 15227781. OLE color: 15227781.

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

Color convert

RGB13391232-
CMYK0.430.6100.09
HSL257.87º75.4%63.33%-
HSV(B)257.87º60.78%90.98%-
XYZ27.9818.2978.4-
YUV119.63191.41137.54-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.17%
GREEN value IS 91 (35.94% from 255) = 19.96%
BLUE value IS 232 (91.02% from 255) = 50.88%
R=29.17%
G=19.96%
B=50.88%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal133912320.430.6100.09257.8775.463.33
Hex855BE82B3D091024b3f
Octal205133350537501140211377
Binary10000101101101111101000101011111101010011000000101001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855be8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,91,232); }

 H1.HeaderClassName
 {
   color: #855be8;
 }
 .AnyTagClassName
 {
   color: #855be8;
 }
</style>
background-color css

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

 a { background-color: rgb(133,91,232); }

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

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

 span { border-color: rgb(133,91,232); }

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