#8D6CFB

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

Shades of Light Slate Blue #8D6CFB

Tints of Light Slate Blue #8D6CFB

Color information

#8D6CFB (or 0x8D6CFB) is unknown color: approx Light Slate Blue. HEX triplet: 8D, 6C and FB. RGB value is (141,108,251). Sum of RGB (Red+Green+Blue) = 141+108+251=500 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.2% from 500); Green value is 108 (42.58% from 255 or 21.6% from 500); Blue value is 251 (98.44% from 255 or 50.2% from 500); Max value from RGB is 251 - color contains mainly: blue. Hex color #8D6CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D6CFB is #729304. Grayscale: #858585. Windows color (decimal): -7508741 or 16477325. OLE color: 16477325.

HSL color Cylindrical-coordinate representation of color #8D6CFB: hue angle of 253.85º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8D6CFB is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB141108251-
CMYK0.440.5700.02
HSL253.85º94.7%70.39%-
HSV(B)253.85º56.97%98.43%-
XYZ33.7623.3594-
YUV134.17193.93132.87-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.2%
GREEN value IS 108 (42.58% from 255) = 21.6%
BLUE value IS 251 (98.44% from 255) = 50.2%
R=28.2%
G=21.6%
B=50.2%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1411082510.440.5700.02253.8594.770.39
Hex8D6CFB2C3902fe5f46
Octal215154373547102376137106
Binary100011011101100111110111011001110010101111111010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,108,251); }

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

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

 a { background-color: rgb(141,108,251); }

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

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

 span { border-color: rgb(141,108,251); }

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