#8680F1

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

Shades of Light Slate Blue #8680F1

Tints of Light Slate Blue #8680F1

Color information

#8680F1 (or 0x8680F1) is unknown color: approx Light Slate Blue. HEX triplet: 86, 80 and F1. RGB value is (134,128,241). Sum of RGB (Red+Green+Blue) = 134+128+241=503 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.64% from 503); Green value is 128 (50.39% from 255 or 25.45% from 503); Blue value is 241 (94.53% from 255 or 47.91% from 503); Max value from RGB is 241 - color contains mainly: blue. Hex color #8680F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8680F1 is #797F0E. Grayscale: #8E8E8E. Windows color (decimal): -7962383 or 15827078. OLE color: 15827078.

HSL color Cylindrical-coordinate representation of color #8680F1: hue angle of 243.19º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8680F1 is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB134128241-
CMYK0.440.4700.05
HSL243.19º80.14%72.35%-
HSV(B)243.19º46.89%94.51%-
XYZ33.4326.8686.64-
YUV142.68183.49121.81-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.64%
GREEN value IS 128 (50.39% from 255) = 25.45%
BLUE value IS 241 (94.53% from 255) = 47.91%
R=26.64%
G=25.45%
B=47.91%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1341282410.440.4700.05243.1980.1472.35
Hex8680F12C2F05f35048
Octal206200361545705363120110
Binary10000110100000001111000110110010111101011111001110100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8680F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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