#855AF3

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

Shades of Medium Slate Blue #855AF3

Tints of Medium Slate Blue #855AF3

Color information

#855AF3 (or 0x855AF3) is unknown color: approx Medium Slate Blue. HEX triplet: 85, 5A and F3. RGB value is (133,90,243). Sum of RGB (Red+Green+Blue) = 133+90+243=466 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.54% from 466); Green value is 90 (35.55% from 255 or 19.31% from 466); Blue value is 243 (95.31% from 255 or 52.15% from 466); Max value from RGB is 243 - color contains mainly: blue. Hex color #855AF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #855AF3 is #7AA50C. Grayscale: #777777. Windows color (decimal): -8037645 or 15948421. OLE color: 15948421.

HSL color Cylindrical-coordinate representation of color #855AF3: hue angle of 256.86º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #855AF3 is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB13390243-
CMYK0.450.6300.05
HSL256.86º86.44%65.29%-
HSV(B)256.86º62.96%95.29%-
XYZ29.5118.7786.86-
YUV120.3197.25137.06-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.54%
GREEN value IS 90 (35.55% from 255) = 19.31%
BLUE value IS 243 (95.31% from 255) = 52.15%
R=28.54%
G=19.31%
B=52.15%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal133902430.450.6300.05256.8686.4465.29
Hex855AF32D3F051015641
Octal205132363557705401126101
Binary10000101101101011110011101101111111010110000000110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855AF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,90,243); }

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

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

 a { background-color: rgb(133,90,243); }

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

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

 span { border-color: rgb(133,90,243); }

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