#8164FC

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

Shades of Light Slate Blue #8164FC

Tints of Light Slate Blue #8164FC

Color information

#8164FC (or 0x8164FC) is unknown color: approx Light Slate Blue. HEX triplet: 81, 64 and FC. RGB value is (129,100,252). Sum of RGB (Red+Green+Blue) = 129+100+252=481 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.82% from 481); Green value is 100 (39.45% from 255 or 20.79% from 481); Blue value is 252 (98.83% from 255 or 52.39% from 481); Max value from RGB is 252 - color contains mainly: blue. Hex color #8164FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8164FC is #7E9B03. Grayscale: #7D7D7D. Windows color (decimal): -8297220 or 16540801. OLE color: 16540801.

HSL color Cylindrical-coordinate representation of color #8164FC: hue angle of 251.45º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8164FC is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB129100252-
CMYK0.490.6000.01
HSL251.45º96.2%69.02%-
HSV(B)251.45º60.32%98.82%-
XYZ31.1820.8194.47-
YUV126199.11130.14-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.82%
GREEN value IS 100 (39.45% from 255) = 20.79%
BLUE value IS 252 (98.83% from 255) = 52.39%
R=26.82%
G=20.79%
B=52.39%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1291002520.490.6000.01251.4596.269.02
Hex8164FC313C01fb6045
Octal201144374617401373140105
Binary10000001110010011111100110001111100011111101111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8164FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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