#8C65F0

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

Shades of Medium Slate Blue #8C65F0

Tints of Medium Slate Blue #8C65F0

Color information

#8C65F0 (or 0x8C65F0) is unknown color: approx Medium Slate Blue. HEX triplet: 8C, 65 and F0. RGB value is (140,101,240). Sum of RGB (Red+Green+Blue) = 140+101+240=481 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.11% from 481); Green value is 101 (39.84% from 255 or 21.00% from 481); Blue value is 240 (94.14% from 255 or 49.90% from 481); Max value from RGB is 240 - color contains mainly: blue. Hex color #8C65F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C65F0 is #739A0F. Grayscale: #7F7F7F. Windows color (decimal): -7576080 or 15754636. OLE color: 15754636.

HSL color Cylindrical-coordinate representation of color #8C65F0: hue angle of 256.83º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8C65F0 is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB140101240-
CMYK0.420.5800.06
HSL256.83º82.25%66.86%-
HSV(B)256.83º57.92%94.12%-
XYZ31.221.1784.88-
YUV128.51190.92136.2-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.11%
GREEN value IS 101 (39.84% from 255) = 21.00%
BLUE value IS 240 (94.14% from 255) = 49.90%
R=29.11%
G=21.00%
B=49.90%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1401012400.420.5800.06256.8382.2566.86
Hex8C65F02A3A061015243
Octal214145360527206401122103
Binary10001100110010111110000101010111010011010000000110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C65F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C65F0; }

 p { color: rgb(140,101,240); }

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

<style>
 a { background-color: #8C65F0; }

 a { background-color: rgb(140,101,240); }

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

<style>
 span { border-color: #8C65F0; }

 span { border-color: rgb(140,101,240); }

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