#8680F9

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

Shades of Light Slate Blue #8680F9

Tints of Light Slate Blue #8680F9

Color information

#8680F9 (or 0x8680F9) is unknown color: approx Light Slate Blue. HEX triplet: 86, 80 and F9. RGB value is (134,128,249). Sum of RGB (Red+Green+Blue) = 134+128+249=511 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.22% from 511); Green value is 128 (50.39% from 255 or 25.05% from 511); Blue value is 249 (97.66% from 255 or 48.73% from 511); Max value from RGB is 249 - color contains mainly: blue. Hex color #8680F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8680F9 is #797F06. Grayscale: #8F8F8F. Windows color (decimal): -7962375 or 16351366. OLE color: 16351366.

HSL color Cylindrical-coordinate representation of color #8680F9: hue angle of 242.98º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8680F9 is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB134128249-
CMYK0.460.4900.02
HSL242.98º90.98%73.92%-
HSV(B)242.98º48.59%97.65%-
XYZ34.6527.3593.07-
YUV143.59187.49121.16-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.22%
GREEN value IS 128 (50.39% from 255) = 25.05%
BLUE value IS 249 (97.66% from 255) = 48.73%
R=26.22%
G=25.05%
B=48.73%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1341282490.460.4900.02242.9890.9873.92
Hex8680F92E3102f35b4a
Octal206200371566102363133112
Binary1000011010000000111110011011101100010101111001110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8680F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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