#8565F3

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

Shades of Medium Slate Blue #8565F3

Tints of Medium Slate Blue #8565F3

Color information

#8565F3 (or 0x8565F3) is unknown color: approx Medium Slate Blue. HEX triplet: 85, 65 and F3. RGB value is (133,101,243). Sum of RGB (Red+Green+Blue) = 133+101+243=477 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.88% from 477); Green value is 101 (39.84% from 255 or 21.17% from 477); Blue value is 243 (95.31% from 255 or 50.94% from 477); Max value from RGB is 243 - color contains mainly: blue. Hex color #8565F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8565F3 is #7A9A0C. Grayscale: #7E7E7E. Windows color (decimal): -8034829 or 15951237. OLE color: 15951237.

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

Color convert

RGB133101243-
CMYK0.450.5800.05
HSL253.52º85.54%67.45%-
HSV(B)253.52º58.44%95.29%-
XYZ30.520.7687.19-
YUV126.76193.6132.45-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.88%
GREEN value IS 101 (39.84% from 255) = 21.17%
BLUE value IS 243 (95.31% from 255) = 50.94%
R=27.88%
G=21.17%
B=50.94%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1331012430.450.5800.05253.5285.5467.45
Hex8565F32D3A05fe5643
Octal205145363557205376126103
Binary1000010111001011111001110110111101001011111111010101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8565F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8565F3; }

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

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

<style>
 a { background-color: #8565F3; }

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

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

<style>
 span { border-color: #8565F3; }

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

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