#8C54FD

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

Shades of Light Slate Blue #8C54FD

Tints of Light Slate Blue #8C54FD

Color information

#8C54FD (or 0x8C54FD) is unknown color: approx Light Slate Blue. HEX triplet: 8C, 54 and FD. RGB value is (140,84,253). Sum of RGB (Red+Green+Blue) = 140+84+253=477 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.35% from 477); Green value is 84 (33.20% from 255 or 17.61% from 477); Blue value is 253 (99.22% from 255 or 53.04% from 477); Max value from RGB is 253 - color contains mainly: blue. Hex color #8C54FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C54FD is #73AB02. Grayscale: #777777. Windows color (decimal): -7580419 or 16602252. OLE color: 16602252.

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

Color convert

RGB14084253-
CMYK0.450.6700.01
HSL259.88º97.69%66.08%-
HSV(B)259.88º66.8%99.22%-
XYZ31.7219.0194.93-
YUV120.01203.05142.26-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.35%
GREEN value IS 84 (33.20% from 255) = 17.61%
BLUE value IS 253 (99.22% from 255) = 53.04%
R=29.35%
G=17.61%
B=53.04%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal140842530.450.6700.01259.8897.6966.08
Hex8C54FD2D43011046242
Octal2141243755510301404142102
Binary1000110010101001111110110110110000110110000010011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C54FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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