#8682F7

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

Shades of Light Slate Blue #8682F7

Tints of Light Slate Blue #8682F7

Color information

#8682F7 (or 0x8682F7) is unknown color: approx Light Slate Blue. HEX triplet: 86, 82 and F7. RGB value is (134,130,247). Sum of RGB (Red+Green+Blue) = 134+130+247=511 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.22% from 511); Green value is 130 (51.17% from 255 or 25.44% from 511); Blue value is 247 (96.88% from 255 or 48.34% from 511); Max value from RGB is 247 - color contains mainly: blue. Hex color #8682F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8682F7 is #797D08. Grayscale: #909090. Windows color (decimal): -7961865 or 16220806. OLE color: 16220806.

HSL color Cylindrical-coordinate representation of color #8682F7: hue angle of 242.05º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8682F7 is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB134130247-
CMYK0.460.4700.03
HSL242.05º87.97%73.92%-
HSV(B)242.05º47.37%96.86%-
XYZ34.627.7591.53-
YUV144.53185.83120.49-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.22%
GREEN value IS 130 (51.17% from 255) = 25.44%
BLUE value IS 247 (96.88% from 255) = 48.34%
R=26.22%
G=25.44%
B=48.34%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1341302470.460.4700.03242.0587.9773.92
Hex8682F72E2F03f2584a
Octal206202367565703362130112
Binary1000011010000010111101111011101011110111111001010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8682F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8682F7; }

 p { color: rgb(134,130,247); }

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

<style>
 a { background-color: #8682F7; }

 a { background-color: rgb(134,130,247); }

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

<style>
 span { border-color: #8682F7; }

 span { border-color: rgb(134,130,247); }

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