#8D7FFD

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

Shades of Light Slate Blue #8D7FFD

Tints of Light Slate Blue #8D7FFD

Color information

#8D7FFD (or 0x8D7FFD) is unknown color: approx Light Slate Blue. HEX triplet: 8D, 7F and FD. RGB value is (141,127,253). Sum of RGB (Red+Green+Blue) = 141+127+253=521 (69% of max value = 765). Red value is 141 (55.47% from 255 or 27.06% from 521); Green value is 127 (50% from 255 or 24.38% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: blue. Hex color #8D7FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D7FFD is #728002. Grayscale: #919191. Windows color (decimal): -7503875 or 16613261. OLE color: 16613261.

HSL color Cylindrical-coordinate representation of color #8D7FFD: hue angle of 246.67º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8D7FFD is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB141127253-
CMYK0.440.5000.01
HSL246.67º96.92%74.51%-
HSV(B)246.67º49.8%99.22%-
XYZ36.327.9396.41-
YUV145.55188.64124.75-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.06%
GREEN value IS 127 (50% from 255) = 24.38%
BLUE value IS 253 (99.22% from 255) = 48.56%
R=27.06%
G=24.38%
B=48.56%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1411272530.440.5000.01246.6796.9274.51
Hex8D7FFD2C3201f7614b
Octal215177375546201367141113
Binary10001101111111111111101101100110010011111011111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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