#8D7FEE

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

Shades of Light Slate Blue #8D7FEE

Tints of Light Slate Blue #8D7FEE

Color information

#8D7FEE (or 0x8D7FEE) is unknown color: approx Light Slate Blue. HEX triplet: 8D, 7F and EE. RGB value is (141,127,238). Sum of RGB (Red+Green+Blue) = 141+127+238=506 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.87% from 506); Green value is 127 (50% from 255 or 25.10% from 506); Blue value is 238 (93.36% from 255 or 47.04% from 506); Max value from RGB is 238 - color contains mainly: blue. Hex color #8D7FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D7FEE is #728011. Grayscale: #8F8F8F. Windows color (decimal): -7503890 or 15630221. OLE color: 15630221.

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

Color convert

RGB141127238-
CMYK0.410.4700.07
HSL247.57º76.55%71.57%-
HSV(B)247.57º46.64%93.33%-
XYZ34.0127.0184.31-
YUV143.84181.14125.97-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.87%
GREEN value IS 127 (50% from 255) = 25.10%
BLUE value IS 238 (93.36% from 255) = 47.04%
R=27.87%
G=25.10%
B=47.04%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1411272380.410.4700.07247.5776.5571.57
Hex8D7FEE292F07f84d48
Octal215177356515707370115110
Binary1000110111111111110111010100110111101111111100010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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