#8655f3

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

Shades of Medium Slate Blue #8655F3

Tints of Medium Slate Blue #8655F3

Color information

#8655F3 (or 0x8655F3) is unknown color: approx Medium Slate Blue. HEX triplet: 86, 55 and F3. RGB value is (134,85,243). Sum of RGB (Red+Green+Blue) = 134+85+243=462 (61% of max value = 765). Red value is 134 (52.73% from 255 or 29.00% from 462); Green value is 85 (33.59% from 255 or 18.40% from 462); Blue value is 243 (95.31% from 255 or 52.60% from 462); Max value from RGB is 243 - color contains mainly: blue. Hex color #8655F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8655F3 is #79AA0C. Grayscale: #757575. Windows color (decimal): -7973389 or 15947142. OLE color: 15947142.

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

Color convert

RGB13485243-
CMYK0.450.6500.05
HSL258.61º86.81%64.31%-
HSV(B)258.61º65.02%95.29%-
XYZ29.2618.0486.73-
YUV117.66198.73139.65-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.00%
GREEN value IS 85 (33.59% from 255) = 18.40%
BLUE value IS 243 (95.31% from 255) = 52.60%
R=29.00%
G=18.40%
B=52.60%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal134852430.450.6500.05258.6186.8164.31
Hex8655F32D41051035740
Octal2061253635510105403127100
Binary100001101010101111100111011011000001010110000001110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8655f3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8655f3; }

 p { color: rgb(134,85,243); }

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

<style>
 a { background-color: #8655f3; }

 a { background-color: rgb(134,85,243); }

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

<style>
 span { border-color: #8655f3; }

 span { border-color: rgb(134,85,243); }

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