#8C6CFD

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

Shades of Light Slate Blue #8C6CFD

Tints of Light Slate Blue #8C6CFD

Color information

#8C6CFD (or 0x8C6CFD) is unknown color: approx Light Slate Blue. HEX triplet: 8C, 6C and FD. RGB value is (140,108,253). Sum of RGB (Red+Green+Blue) = 140+108+253=501 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.94% from 501); Green value is 108 (42.58% from 255 or 21.56% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #8C6CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C6CFD is #739302. Grayscale: #858585. Windows color (decimal): -7574275 or 16608396. OLE color: 16608396.

HSL color Cylindrical-coordinate representation of color #8C6CFD: hue angle of 253.24º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8C6CFD is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB140108253-
CMYK0.450.5700.01
HSL253.24º97.32%70.78%-
HSV(B)253.24º57.31%99.22%-
XYZ33.9123.3995.66-
YUV134.1195.1132.21-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.94%
GREEN value IS 108 (42.58% from 255) = 21.56%
BLUE value IS 253 (99.22% from 255) = 50.50%
R=27.94%
G=21.56%
B=50.50%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1401082530.450.5700.01253.2497.3270.78
Hex8C6CFD2D3901fd6147
Octal214154375557101375141107
Binary10001100110110011111101101101111001011111110111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,108,253); }

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

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

 a { background-color: rgb(140,108,253); }

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

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

 span { border-color: rgb(140,108,253); }

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