#8682FE

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

Shades of Light Slate Blue #8682FE

Tints of Light Slate Blue #8682FE

Color information

#8682FE (or 0x8682FE) is unknown color: approx Light Slate Blue. HEX triplet: 86, 82 and FE. RGB value is (134,130,254). Sum of RGB (Red+Green+Blue) = 134+130+254=518 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.87% from 518); Green value is 130 (51.17% from 255 or 25.10% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #8682FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8682FE is #797D01. Grayscale: #909090. Windows color (decimal): -7961858 or 16679558. OLE color: 16679558.

HSL color Cylindrical-coordinate representation of color #8682FE: hue angle of 241.94º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8682FE is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB134130254-
CMYK0.470.4900.00
HSL241.94º98.41%75.29%-
HSV(B)241.94º48.82%99.61%-
XYZ35.728.1997.33-
YUV145.33189.33119.92-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.87%
GREEN value IS 130 (51.17% from 255) = 25.10%
BLUE value IS 254 (99.61% from 255) = 49.03%
R=25.87%
G=25.10%
B=49.03%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1341302540.470.4900.00241.9498.4175.29
Hex8682FE2F3100f2624b
Octal206202376576100362142113
Binary100001101000001011111110101111110001001111001011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8682FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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