#8C70FC

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

Shades of Light Slate Blue #8C70FC

Tints of Light Slate Blue #8C70FC

Color information

#8C70FC (or 0x8C70FC) is unknown color: approx Light Slate Blue. HEX triplet: 8C, 70 and FC. RGB value is (140,112,252). Sum of RGB (Red+Green+Blue) = 140+112+252=504 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.78% from 504); Green value is 112 (44.14% from 255 or 22.22% from 504); Blue value is 252 (98.83% from 255 or 50% from 504); Max value from RGB is 252 - color contains mainly: blue. Hex color #8C70FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C70FC is #738F03. Grayscale: #878787. Windows color (decimal): -7573252 or 16543884. OLE color: 16543884.

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

Color convert

RGB140112252-
CMYK0.440.5600.01
HSL252º95.89%71.37%-
HSV(B)252º55.56%98.82%-
XYZ34.1824.1994.96-
YUV136.33193.28130.62-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.78%
GREEN value IS 112 (44.14% from 255) = 22.22%
BLUE value IS 252 (98.83% from 255) = 50%
R=27.78%
G=22.22%
B=50%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1401122520.440.5600.0125295.8971.37
Hex8C70FC2C3801fc6047
Octal214160374547001374140107
Binary10001100111000011111100101100111000011111110011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C70FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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