#8659FF

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

Shades of Light Slate Blue #8659FF

Tints of Light Slate Blue #8659FF

Color information

#8659FF (or 0x8659FF) is unknown color: approx Light Slate Blue. HEX triplet: 86, 59 and FF. RGB value is (134,89,255). Sum of RGB (Red+Green+Blue) = 134+89+255=478 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.03% from 478); Green value is 89 (35.16% from 255 or 18.62% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #8659FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8659FF is #79A600. Grayscale: #787878. Windows color (decimal): -7972353 or 16734598. OLE color: 16734598.

HSL color Cylindrical-coordinate representation of color #8659FF: hue angle of 256.27º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8659FF is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB13489255-
CMYK0.470.6500
HSL256.27º100%67.45%-
HSV(B)256.27º65.1%100%-
XYZ31.4519.4396.7-
YUV121.38203.41137-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.03%
GREEN value IS 89 (35.16% from 255) = 18.62%
BLUE value IS 255 (100% from 255) = 53.35%
R=28.03%
G=18.62%
B=53.35%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal134892550.470.6500256.2710067.45
Hex8659FF2F41001006443
Octal2061313775710100400144103
Binary1000011010110011111111110111110000010010000000011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8659FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8659FF; }

 p { color: rgb(134,89,255); }

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

<style>
 a { background-color: #8659FF; }

 a { background-color: rgb(134,89,255); }

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

<style>
 span { border-color: #8659FF; }

 span { border-color: rgb(134,89,255); }

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