#8965F3

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

Shades of Medium Slate Blue #8965F3

Tints of Medium Slate Blue #8965F3

Color information

#8965F3 (or 0x8965F3) is unknown color: approx Medium Slate Blue. HEX triplet: 89, 65 and F3. RGB value is (137,101,243). Sum of RGB (Red+Green+Blue) = 137+101+243=481 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.48% from 481); Green value is 101 (39.84% from 255 or 21.00% from 481); Blue value is 243 (95.31% from 255 or 50.52% from 481); Max value from RGB is 243 - color contains mainly: blue. Hex color #8965F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8965F3 is #769A0C. Grayscale: #7F7F7F. Windows color (decimal): -7772685 or 15951241. OLE color: 15951241.

HSL color Cylindrical-coordinate representation of color #8965F3: hue angle of 255.21º 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 #8965F3 is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB137101243-
CMYK0.440.5800.05
HSL255.21º85.54%67.45%-
HSV(B)255.21º58.44%95.29%-
XYZ31.1521.187.22-
YUV127.95192.93134.45-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.48%
GREEN value IS 101 (39.84% from 255) = 21.00%
BLUE value IS 243 (95.31% from 255) = 50.52%
R=28.48%
G=21.00%
B=50.52%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1371012430.440.5800.05255.2185.5467.45
Hex8965F32C3A05ff5643
Octal211145363547205377126103
Binary1000100111001011111001110110011101001011111111110101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8965F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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