#8668FE

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

Shades of Light Slate Blue #8668FE

Tints of Light Slate Blue #8668FE

Color information

#8668FE (or 0x8668FE) is unknown color: approx Light Slate Blue. HEX triplet: 86, 68 and FE. RGB value is (134,104,254). Sum of RGB (Red+Green+Blue) = 134+104+254=492 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.24% from 492); Green value is 104 (41.02% from 255 or 21.14% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #8668FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8668FE is #799701. Grayscale: #818181. Windows color (decimal): -7968514 or 16672902. OLE color: 16672902.

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

Color convert

RGB134104254-
CMYK0.470.5900.00
HSL252º98.68%70.2%-
HSV(B)252º59.06%99.61%-
XYZ32.6722.1296.31-
YUV130.07197.94130.8-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.24%
GREEN value IS 104 (41.02% from 255) = 21.14%
BLUE value IS 254 (99.61% from 255) = 51.63%
R=27.24%
G=21.14%
B=51.63%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1341042540.470.5900.0025298.6870.2
Hex8668FE2F3B00fc6346
Octal206150376577300374143106
Binary10000110110100011111110101111111011001111110011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8668FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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