#866AFD

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

Shades of Light Slate Blue #866AFD

Tints of Light Slate Blue #866AFD

Color information

#866AFD (or 0x866AFD) is unknown color: approx Light Slate Blue. HEX triplet: 86, 6A and FD. RGB value is (134,106,253). Sum of RGB (Red+Green+Blue) = 134+106+253=493 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.18% from 493); Green value is 106 (41.80% from 255 or 21.50% from 493); Blue value is 253 (99.22% from 255 or 51.32% from 493); Max value from RGB is 253 - color contains mainly: blue. Hex color #866AFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #866AFD is #799502. Grayscale: #828282. Windows color (decimal): -7968003 or 16607878. OLE color: 16607878.

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

Color convert

RGB134106253-
CMYK0.470.5800.01
HSL251.43º97.35%70.39%-
HSV(B)251.43º58.1%99.22%-
XYZ32.7222.4795.54-
YUV131.13196.78130.05-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.18%
GREEN value IS 106 (41.80% from 255) = 21.50%
BLUE value IS 253 (99.22% from 255) = 51.32%
R=27.18%
G=21.50%
B=51.32%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1341062530.470.5800.01251.4397.3570.39
Hex866AFD2F3A01fb6146
Octal206152375577201373141106
Binary10000110110101011111101101111111010011111101111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866AFD; }

 p { color: rgb(134,106,253); }

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

<style>
 a { background-color: #866AFD; }

 a { background-color: rgb(134,106,253); }

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

<style>
 span { border-color: #866AFD; }

 span { border-color: rgb(134,106,253); }

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