#8155FD

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

Shades of Medium Slate Blue #8155FD

Tints of Medium Slate Blue #8155FD

Color information

#8155FD (or 0x8155FD) is unknown color: approx Medium Slate Blue. HEX triplet: 81, 55 and FD. RGB value is (129,85,253). Sum of RGB (Red+Green+Blue) = 129+85+253=467 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.62% from 467); Green value is 85 (33.59% from 255 or 18.20% from 467); Blue value is 253 (99.22% from 255 or 54.18% from 467); Max value from RGB is 253 - color contains mainly: blue. Hex color #8155FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8155FD is #7EAA02. Grayscale: #747474. Windows color (decimal): -8301059 or 16602497. OLE color: 16602497.

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

Color convert

RGB12985253-
CMYK0.490.6600.01
HSL255.71º97.67%66.27%-
HSV(B)255.71º66.4%99.22%-
XYZ30.0318.2694.87-
YUV117.31204.58136.34-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.62%
GREEN value IS 85 (33.59% from 255) = 18.20%
BLUE value IS 253 (99.22% from 255) = 54.18%
R=27.62%
G=18.20%
B=54.18%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal129852530.490.6600.01255.7197.6766.27
Hex8155FD3142011006242
Octal2011253756110201400142102
Binary1000000110101011111110111000110000100110000000011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8155FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8155FD; }

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

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

<style>
 a { background-color: #8155FD; }

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

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

<style>
 span { border-color: #8155FD; }

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

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