#815CF1

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

Shades of Medium Slate Blue #815CF1

Tints of Medium Slate Blue #815CF1

Color information

#815CF1 (or 0x815CF1) is unknown color: approx Medium Slate Blue. HEX triplet: 81, 5C and F1. RGB value is (129,92,241). Sum of RGB (Red+Green+Blue) = 129+92+241=462 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.92% from 462); Green value is 92 (36.33% from 255 or 19.91% from 462); Blue value is 241 (94.53% from 255 or 52.16% from 462); Max value from RGB is 241 - color contains mainly: blue. Hex color #815CF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #815CF1 is #7EA30E. Grayscale: #777777. Windows color (decimal): -8299279 or 15817857. OLE color: 15817857.

HSL color Cylindrical-coordinate representation of color #815CF1: hue angle of 254.9º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #815CF1 is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB12992241-
CMYK0.460.6200.05
HSL254.9º84.18%65.29%-
HSV(B)254.9º61.83%94.51%-
XYZ28.7618.6785.31-
YUV120.05196.26134.38-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.92%
GREEN value IS 92 (36.33% from 255) = 19.91%
BLUE value IS 241 (94.53% from 255) = 52.16%
R=27.92%
G=19.91%
B=52.16%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal129922410.460.6200.05254.984.1865.29
Hex815CF12E3E05ff5441
Octal201134361567605377124101
Binary1000000110111001111000110111011111001011111111110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815CF1; }

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

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

<style>
 a { background-color: #815CF1; }

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

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

<style>
 span { border-color: #815CF1; }

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

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