#815CFD

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

Shades of Medium Slate Blue #815CFD

Tints of Medium Slate Blue #815CFD

Color information

#815CFD (or 0x815CFD) is unknown color: approx Medium Slate Blue. HEX triplet: 81, 5C and FD. RGB value is (129,92,253). Sum of RGB (Red+Green+Blue) = 129+92+253=474 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.22% from 474); Green value is 92 (36.33% from 255 or 19.41% from 474); Blue value is 253 (99.22% from 255 or 53.38% from 474); Max value from RGB is 253 - color contains mainly: blue. Hex color #815CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #815CFD is #7EA302. Grayscale: #787878. Windows color (decimal): -8299267 or 16604289. OLE color: 16604289.

HSL color Cylindrical-coordinate representation of color #815CFD: hue angle of 253.79º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #815CFD is Cyan = 0.49, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB12992253-
CMYK0.490.6400.01
HSL253.79º97.58%67.65%-
HSV(B)253.79º63.64%99.22%-
XYZ30.6119.4195.06-
YUV121.42202.26133.41-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.22%
GREEN value IS 92 (36.33% from 255) = 19.41%
BLUE value IS 253 (99.22% from 255) = 53.38%
R=27.22%
G=19.41%
B=53.38%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal129922530.490.6400.01253.7997.5867.65
Hex815CFD314001fe6244
Octal2011343756110001376142104
Binary100000011011100111111011100011000000011111111011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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