#8684ED

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

Shades of Light Slate Blue #8684ED

Tints of Light Slate Blue #8684ED

Color information

#8684ED (or 0x8684ED) is unknown color: approx Light Slate Blue. HEX triplet: 86, 84 and ED. RGB value is (134,132,237). Sum of RGB (Red+Green+Blue) = 134+132+237=503 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.64% from 503); Green value is 132 (51.95% from 255 or 26.24% from 503); Blue value is 237 (92.97% from 255 or 47.12% from 503); Max value from RGB is 237 - color contains mainly: blue. Hex color #8684ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8684ED is #797B12. Grayscale: #909090. Windows color (decimal): -7961363 or 15565958. OLE color: 15565958.

HSL color Cylindrical-coordinate representation of color #8684ED: hue angle of 241.14º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8684ED is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB134132237-
CMYK0.430.4400.07
HSL241.14º74.47%72.35%-
HSV(B)241.14º44.3%92.94%-
XYZ33.3727.6983.71-
YUV144.57180.16120.46-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.64%
GREEN value IS 132 (51.95% from 255) = 26.24%
BLUE value IS 237 (92.97% from 255) = 47.12%
R=26.64%
G=26.24%
B=47.12%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1341322370.430.4400.07241.1474.4772.35
Hex8684ED2B2C07f14a48
Octal206204355535407361112110
Binary10000110100001001110110110101110110001111111000110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8684ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8684ED; }

 p { color: rgb(134,132,237); }

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

<style>
 a { background-color: #8684ED; }

 a { background-color: rgb(134,132,237); }

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

<style>
 span { border-color: #8684ED; }

 span { border-color: rgb(134,132,237); }

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