#8668FC

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

Shades of Light Slate Blue #8668FC

Tints of Light Slate Blue #8668FC

Color information

#8668FC (or 0x8668FC) is unknown color: approx Light Slate Blue. HEX triplet: 86, 68 and FC. RGB value is (134,104,252). Sum of RGB (Red+Green+Blue) = 134+104+252=490 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.35% from 490); Green value is 104 (41.02% from 255 or 21.22% from 490); Blue value is 252 (98.83% from 255 or 51.43% from 490); Max value from RGB is 252 - color contains mainly: blue. Hex color #8668FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8668FC is #799703. Grayscale: #818181. Windows color (decimal): -7968516 or 16541830. OLE color: 16541830.

HSL color Cylindrical-coordinate representation of color #8668FC: hue angle of 252.16º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8668FC is Cyan = 0.47, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB134104252-
CMYK0.470.5900.01
HSL252.16º96.1%69.8%-
HSV(B)252.16º58.73%98.82%-
XYZ32.352294.64-
YUV129.84196.94130.97-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.35%
GREEN value IS 104 (41.02% from 255) = 21.22%
BLUE value IS 252 (98.83% from 255) = 51.43%
R=27.35%
G=21.22%
B=51.43%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1341042520.470.5900.01252.1696.169.8
Hex8668FC2F3B01fc6046
Octal206150374577301374140106
Binary10000110110100011111100101111111011011111110011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8668FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,104,252); }

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

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

 a { background-color: rgb(134,104,252); }

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

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

 span { border-color: rgb(134,104,252); }

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