#8153F1

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

Shades of Medium Slate Blue #8153F1

Tints of Medium Slate Blue #8153F1

Color information

#8153F1 (or 0x8153F1) is unknown color: approx Medium Slate Blue. HEX triplet: 81, 53 and F1. RGB value is (129,83,241). Sum of RGB (Red+Green+Blue) = 129+83+241=453 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.48% from 453); Green value is 83 (32.81% from 255 or 18.32% from 453); Blue value is 241 (94.53% from 255 or 53.20% from 453); Max value from RGB is 241 - color contains mainly: blue. Hex color #8153F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8153F1 is #7EAC0E. Grayscale: #727272. Windows color (decimal): -8301583 or 15815553. OLE color: 15815553.

HSL color Cylindrical-coordinate representation of color #8153F1: hue angle of 257.47º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8153F1 is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB12983241-
CMYK0.460.6600.05
HSL257.47º84.95%63.53%-
HSV(B)257.47º65.56%94.51%-
XYZ28.0217.285.06-
YUV114.77199.24138.15-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.48%
GREEN value IS 83 (32.81% from 255) = 18.32%
BLUE value IS 241 (94.53% from 255) = 53.20%
R=28.48%
G=18.32%
B=53.20%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal129832410.460.6600.05257.4784.9563.53
Hex8153F12E42051015540
Octal2011233615610205401125100
Binary100000011010011111100011011101000010010110000000110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8153F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8153F1; }

 p { color: rgb(129,83,241); }

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

<style>
 a { background-color: #8153F1; }

 a { background-color: rgb(129,83,241); }

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

<style>
 span { border-color: #8153F1; }

 span { border-color: rgb(129,83,241); }

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