#8360FE

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

Shades of Light Slate Blue #8360FE

Tints of Light Slate Blue #8360FE

Color information

#8360FE (or 0x8360FE) is unknown color: approx Light Slate Blue. HEX triplet: 83, 60 and FE. RGB value is (131,96,254). Sum of RGB (Red+Green+Blue) = 131+96+254=481 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.23% from 481); Green value is 96 (37.89% from 255 or 19.96% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #8360FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8360FE is #7C9F01. Grayscale: #7B7B7B. Windows color (decimal): -8167170 or 16670851. OLE color: 16670851.

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

Color convert

RGB13196254-
CMYK0.480.6200.00
HSL253.29º98.75%68.63%-
HSV(B)253.29º62.2%99.61%-
XYZ31.4320.3596.04-
YUV124.48201.1132.65-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.23%
GREEN value IS 96 (37.89% from 255) = 19.96%
BLUE value IS 254 (99.61% from 255) = 52.81%
R=27.23%
G=19.96%
B=52.81%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal131962540.480.6200.00253.2998.7568.63
Hex8360FE303E00fd6345
Octal203140376607600375143105
Binary10000011110000011111110110000111110001111110111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8360FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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