#8170FC

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

Shades of Light Slate Blue #8170FC

Tints of Light Slate Blue #8170FC

Color information

#8170FC (or 0x8170FC) is unknown color: approx Light Slate Blue. HEX triplet: 81, 70 and FC. RGB value is (129,112,252). Sum of RGB (Red+Green+Blue) = 129+112+252=493 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.17% from 493); Green value is 112 (44.14% from 255 or 22.72% from 493); Blue value is 252 (98.83% from 255 or 51.12% from 493); Max value from RGB is 252 - color contains mainly: blue. Hex color #8170FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8170FC is #7E8F03. Grayscale: #848484. Windows color (decimal): -8294148 or 16543873. OLE color: 16543873.

HSL color Cylindrical-coordinate representation of color #8170FC: hue angle of 247.29º 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 #8170FC is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB129112252-
CMYK0.490.5600.01
HSL247.29º95.89%71.37%-
HSV(B)247.29º55.56%98.82%-
XYZ32.4223.2894.88-
YUV133.04195.13125.12-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.17%
GREEN value IS 112 (44.14% from 255) = 22.72%
BLUE value IS 252 (98.83% from 255) = 51.12%
R=26.17%
G=22.72%
B=51.12%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1291122520.490.5600.01247.2995.8971.37
Hex8170FC313801f76047
Octal201160374617001367140107
Binary10000001111000011111100110001111000011111011111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8170FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8170FC; }

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

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

<style>
 a { background-color: #8170FC; }

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

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

<style>
 span { border-color: #8170FC; }

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

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