#8286FE

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

Shades of Light Slate Blue #8286FE

Tints of Light Slate Blue #8286FE

Color information

#8286FE (or 0x8286FE) is unknown color: approx Light Slate Blue. HEX triplet: 82, 86 and FE. RGB value is (130,134,254). Sum of RGB (Red+Green+Blue) = 130+134+254=518 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.10% from 518); Green value is 134 (52.73% from 255 or 25.87% 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 #8286FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8286FE is #7D7901. Grayscale: #929292. Windows color (decimal): -8222978 or 16680578. OLE color: 16680578.

HSL color Cylindrical-coordinate representation of color #8286FE: hue angle of 238.06º 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 #8286FE is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB130134254-
CMYK0.490.4700.00
HSL238.06º98.41%75.29%-
HSV(B)238.06º48.82%99.61%-
XYZ35.6228.9597.48-
YUV146.48188.67116.24-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1301342540.490.4700.00238.0698.4175.29
Hex8286FE312F00ee624b
Octal202206376615700356142113
Binary100000101000011011111110110001101111001110111011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8286FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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