#8C6FFD

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

Shades of Light Slate Blue #8C6FFD

Tints of Light Slate Blue #8C6FFD

Color information

#8C6FFD (or 0x8C6FFD) is unknown color: approx Light Slate Blue. HEX triplet: 8C, 6F and FD. RGB value is (140,111,253). Sum of RGB (Red+Green+Blue) = 140+111+253=504 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.78% from 504); Green value is 111 (43.75% from 255 or 22.02% from 504); Blue value is 253 (99.22% from 255 or 50.20% from 504); Max value from RGB is 253 - color contains mainly: blue. Hex color #8C6FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C6FFD is #739002. Grayscale: #878787. Windows color (decimal): -7573507 or 16609164. OLE color: 16609164.

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

Color convert

RGB140111253-
CMYK0.450.5600.01
HSL252.25º97.26%71.37%-
HSV(B)252.25º56.13%99.22%-
XYZ34.2324.0495.76-
YUV135.86194.11130.95-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.78%
GREEN value IS 111 (43.75% from 255) = 22.02%
BLUE value IS 253 (99.22% from 255) = 50.20%
R=27.78%
G=22.02%
B=50.20%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1401112530.450.5600.01252.2597.2671.37
Hex8C6FFD2D3801fc6147
Octal214157375557001374141107
Binary10001100110111111111101101101111000011111110011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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