#8D66FC

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

Shades of Light Slate Blue #8D66FC

Tints of Light Slate Blue #8D66FC

Color information

#8D66FC (or 0x8D66FC) is unknown color: approx Light Slate Blue. HEX triplet: 8D, 66 and FC. RGB value is (141,102,252). Sum of RGB (Red+Green+Blue) = 141+102+252=495 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.48% from 495); Green value is 102 (40.23% from 255 or 20.61% from 495); Blue value is 252 (98.83% from 255 or 50.91% from 495); Max value from RGB is 252 - color contains mainly: blue. Hex color #8D66FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D66FC is #729903. Grayscale: #828282. Windows color (decimal): -7510276 or 16541325. OLE color: 16541325.

HSL color Cylindrical-coordinate representation of color #8D66FC: hue angle of 255.6º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8D66FC is Cyan = 0.44, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB141102252-
CMYK0.440.6000.01
HSL255.6º96.15%69.41%-
HSV(B)255.6º59.52%98.82%-
XYZ33.3122.1994.62-
YUV130.76196.42135.3-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.48%
GREEN value IS 102 (40.23% from 255) = 20.61%
BLUE value IS 252 (98.83% from 255) = 50.91%
R=28.48%
G=20.61%
B=50.91%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1411022520.440.6000.01255.696.1569.41
Hex8D66FC2C3C011006045
Octal215146374547401400140105
Binary100011011100110111111001011001111000110000000011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D66FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,102,252); }

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

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

 a { background-color: rgb(141,102,252); }

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

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

 span { border-color: rgb(141,102,252); }

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