#8654FD

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

Shades of Medium Slate Blue #8654FD

Tints of Medium Slate Blue #8654FD

Color information

#8654FD (or 0x8654FD) is unknown color: approx Medium Slate Blue. HEX triplet: 86, 54 and FD. RGB value is (134,84,253). Sum of RGB (Red+Green+Blue) = 134+84+253=471 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.45% from 471); Green value is 84 (33.20% from 255 or 17.83% from 471); Blue value is 253 (99.22% from 255 or 53.72% from 471); Max value from RGB is 253 - color contains mainly: blue. Hex color #8654FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8654FD is #79AB02. Grayscale: #757575. Windows color (decimal): -7973635 or 16602246. OLE color: 16602246.

HSL color Cylindrical-coordinate representation of color #8654FD: hue angle of 257.75º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8654FD is Cyan = 0.47, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB13484253-
CMYK0.470.6700.01
HSL257.75º97.69%66.08%-
HSV(B)257.75º66.8%99.22%-
XYZ30.7318.594.88-
YUV118.22204.06139.26-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.45%
GREEN value IS 84 (33.20% from 255) = 17.83%
BLUE value IS 253 (99.22% from 255) = 53.72%
R=28.45%
G=17.83%
B=53.72%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal134842530.470.6700.01257.7597.6966.08
Hex8654FD2F43011026242
Octal2061243755710301402142102
Binary1000011010101001111110110111110000110110000001011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8654FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8654FD; }

 p { color: rgb(134,84,253); }

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

<style>
 a { background-color: #8654FD; }

 a { background-color: rgb(134,84,253); }

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

<style>
 span { border-color: #8654FD; }

 span { border-color: rgb(134,84,253); }

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