#8D7FF1

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

Shades of Light Slate Blue #8D7FF1

Tints of Light Slate Blue #8D7FF1

Color information

#8D7FF1 (or 0x8D7FF1) is unknown color: approx Light Slate Blue. HEX triplet: 8D, 7F and F1. RGB value is (141,127,241). Sum of RGB (Red+Green+Blue) = 141+127+241=509 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.70% from 509); Green value is 127 (50% from 255 or 24.95% from 509); Blue value is 241 (94.53% from 255 or 47.35% from 509); Max value from RGB is 241 - color contains mainly: blue. Hex color #8D7FF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D7FF1 is #72800E. Grayscale: #8F8F8F. Windows color (decimal): -7503887 or 15826829. OLE color: 15826829.

HSL color Cylindrical-coordinate representation of color #8D7FF1: hue angle of 247.37º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8D7FF1 is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB141127241-
CMYK0.410.4700.05
HSL247.37º80.28%72.16%-
HSV(B)247.37º47.3%94.51%-
XYZ34.4527.1986.65-
YUV144.18182.64125.73-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.70%
GREEN value IS 127 (50% from 255) = 24.95%
BLUE value IS 241 (94.53% from 255) = 47.35%
R=27.70%
G=24.95%
B=47.35%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1411272410.410.4700.05247.3780.2872.16
Hex8D7FF1292F05f75048
Octal215177361515705367120110
Binary1000110111111111111000110100110111101011111011110100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D7FF1; }

 p { color: rgb(141,127,241); }

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

<style>
 a { background-color: #8D7FF1; }

 a { background-color: rgb(141,127,241); }

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

<style>
 span { border-color: #8D7FF1; }

 span { border-color: rgb(141,127,241); }

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