#8680EB

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

Shades of Light Slate Blue #8680EB

Tints of Light Slate Blue #8680EB

Color information

#8680EB (or 0x8680EB) is unknown color: approx Light Slate Blue. HEX triplet: 86, 80 and EB. RGB value is (134,128,235). Sum of RGB (Red+Green+Blue) = 134+128+235=497 (65% of max value = 765). Red value is 134 (52.73% from 255 or 26.96% from 497); Green value is 128 (50.39% from 255 or 25.75% from 497); Blue value is 235 (92.19% from 255 or 47.28% from 497); Max value from RGB is 235 - color contains mainly: blue. Hex color #8680EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8680EB is #797F14. Grayscale: #8D8D8D. Windows color (decimal): -7962389 or 15433862. OLE color: 15433862.

HSL color Cylindrical-coordinate representation of color #8680EB: hue angle of 243.36º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8680EB is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB134128235-
CMYK0.430.4600.08
HSL243.36º72.79%71.18%-
HSV(B)243.36º45.53%92.16%-
XYZ32.5526.582-
YUV141.99180.49122.3-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.96%
GREEN value IS 128 (50.39% from 255) = 25.75%
BLUE value IS 235 (92.19% from 255) = 47.28%
R=26.96%
G=25.75%
B=47.28%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1341282350.430.4600.08243.3672.7971.18
Hex8680EB2B2E08f34947
Octal2062003535356010363111107
Binary100001101000000011101011101011101110010001111001110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8680EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8680EB; }

 p { color: rgb(134,128,235); }

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

<style>
 a { background-color: #8680EB; }

 a { background-color: rgb(134,128,235); }

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

<style>
 span { border-color: #8680EB; }

 span { border-color: rgb(134,128,235); }

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