#8C53FC

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

Shades of Light Slate Blue #8C53FC

Tints of Light Slate Blue #8C53FC

Color information

#8C53FC (or 0x8C53FC) is unknown color: approx Light Slate Blue. HEX triplet: 8C, 53 and FC. RGB value is (140,83,252). Sum of RGB (Red+Green+Blue) = 140+83+252=475 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.47% from 475); Green value is 83 (32.81% from 255 or 17.47% from 475); Blue value is 252 (98.83% from 255 or 53.05% from 475); Max value from RGB is 252 - color contains mainly: blue. Hex color #8C53FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C53FC is #73AC03. Grayscale: #767676. Windows color (decimal): -7580676 or 16536460. OLE color: 16536460.

HSL color Cylindrical-coordinate representation of color #8C53FC: hue angle of 260.24º degrees, saturation: 0.97, 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 #8C53FC is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB14083252-
CMYK0.440.6700.01
HSL260.24º96.57%65.69%-
HSV(B)260.24º67.06%98.82%-
XYZ31.4818.7994.06-
YUV119.31202.88142.76-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.47%
GREEN value IS 83 (32.81% from 255) = 17.47%
BLUE value IS 252 (98.83% from 255) = 53.05%
R=29.47%
G=17.47%
B=53.05%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal140832520.440.6700.01260.2496.5765.69
Hex8C53FC2C43011046142
Octal2141233745410301404141102
Binary1000110010100111111110010110010000110110000010011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C53FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,83,252); }

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

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

 a { background-color: rgb(140,83,252); }

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

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

 span { border-color: rgb(140,83,252); }

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