#8682EF

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

Shades of Light Slate Blue #8682EF

Tints of Light Slate Blue #8682EF

Color information

#8682EF (or 0x8682EF) is unknown color: approx Light Slate Blue. HEX triplet: 86, 82 and EF. RGB value is (134,130,239). Sum of RGB (Red+Green+Blue) = 134+130+239=503 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.64% from 503); Green value is 130 (51.17% from 255 or 25.84% from 503); Blue value is 239 (93.75% from 255 or 47.51% from 503); Max value from RGB is 239 - color contains mainly: blue. Hex color #8682EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8682EF is #797D10. Grayscale: #8F8F8F. Windows color (decimal): -7961873 or 15696518. OLE color: 15696518.

HSL color Cylindrical-coordinate representation of color #8682EF: hue angle of 242.2º degrees, saturation: 0.77, 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 #8682EF is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB134130239-
CMYK0.440.4600.06
HSL242.2º77.3%72.35%-
HSV(B)242.2º45.61%93.73%-
XYZ33.3927.2785.16-
YUV143.62181.83121.14-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.64%
GREEN value IS 130 (51.17% from 255) = 25.84%
BLUE value IS 239 (93.75% from 255) = 47.51%
R=26.64%
G=25.84%
B=47.51%

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
Decimal1341302390.440.4600.06242.277.372.35
Hex8682EF2C2E06f24d48
Octal206202357545606362115110
Binary10000110100000101110111110110010111001101111001010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8682EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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