#8680EF

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

Shades of Light Slate Blue #8680EF

Tints of Light Slate Blue #8680EF

Color information

#8680EF (or 0x8680EF) is unknown color: approx Light Slate Blue. HEX triplet: 86, 80 and EF. RGB value is (134,128,239). Sum of RGB (Red+Green+Blue) = 134+128+239=501 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.75% from 501); Green value is 128 (50.39% from 255 or 25.55% from 501); Blue value is 239 (93.75% from 255 or 47.70% from 501); Max value from RGB is 239 - color contains mainly: blue. Hex color #8680EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8680EF is #797F10. Grayscale: #8E8E8E. Windows color (decimal): -7962385 or 15696006. OLE color: 15696006.

HSL color Cylindrical-coordinate representation of color #8680EF: hue angle of 243.24º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8680EF is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB134128239-
CMYK0.440.4600.06
HSL243.24º77.62%71.96%-
HSV(B)243.24º46.44%93.73%-
XYZ33.1326.7485.08-
YUV142.45182.49121.97-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.75%
GREEN value IS 128 (50.39% from 255) = 25.55%
BLUE value IS 239 (93.75% from 255) = 47.70%
R=26.75%
G=25.55%
B=47.70%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1341282390.440.4600.06243.2477.6271.96
Hex8680EF2C2E06f34e48
Octal206200357545606363116110
Binary10000110100000001110111110110010111001101111001110011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8680EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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