#8683FE

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

Shades of Light Slate Blue #8683FE

Tints of Light Slate Blue #8683FE

Color information

#8683FE (or 0x8683FE) is unknown color: approx Light Slate Blue. HEX triplet: 86, 83 and FE. RGB value is (134,131,254). Sum of RGB (Red+Green+Blue) = 134+131+254=519 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.82% from 519); Green value is 131 (51.56% from 255 or 25.24% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #8683FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8683FE is #797C01. Grayscale: #919191. Windows color (decimal): -7961602 or 16679814. OLE color: 16679814.

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

Color convert

RGB134131254-
CMYK0.470.4800.00
HSL241.46º98.4%75.49%-
HSV(B)241.46º48.43%99.61%-
XYZ35.8428.4697.37-
YUV145.92188.99119.5-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.82%
GREEN value IS 131 (51.56% from 255) = 25.24%
BLUE value IS 254 (99.61% from 255) = 48.94%
R=25.82%
G=25.24%
B=48.94%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1341312540.470.4800.00241.4698.475.49
Hex8683FE2F3000f1624b
Octal206203376576000361142113
Binary100001101000001111111110101111110000001111000111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8683FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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