#8683EF

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

Shades of Light Slate Blue #8683EF

Tints of Light Slate Blue #8683EF

Color information

#8683EF (or 0x8683EF) is unknown color: approx Light Slate Blue. HEX triplet: 86, 83 and EF. RGB value is (134,131,239). Sum of RGB (Red+Green+Blue) = 134+131+239=504 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.59% from 504); Green value is 131 (51.56% from 255 or 25.99% from 504); Blue value is 239 (93.75% from 255 or 47.42% from 504); Max value from RGB is 239 - color contains mainly: blue. Hex color #8683EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8683EF is #797C10. Grayscale: #8F8F8F. Windows color (decimal): -7961617 or 15696774. OLE color: 15696774.

HSL color Cylindrical-coordinate representation of color #8683EF: hue angle of 241.67º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8683EF is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB134131239-
CMYK0.440.4500.06
HSL241.67º77.14%72.55%-
HSV(B)241.67º45.19%93.73%-
XYZ33.5327.5385.21-
YUV144.21181.49120.72-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.59%
GREEN value IS 131 (51.56% from 255) = 25.99%
BLUE value IS 239 (93.75% from 255) = 47.42%
R=26.59%
G=25.99%
B=47.42%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1341312390.440.4500.06241.6777.1472.55
Hex8683EF2C2D06f24d49
Octal206203357545506362115111
Binary10000110100000111110111110110010110101101111001010011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8683EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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