#8360FD

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

Shades of Light Slate Blue #8360FD

Tints of Light Slate Blue #8360FD

Color information

#8360FD (or 0x8360FD) is unknown color: approx Light Slate Blue. HEX triplet: 83, 60 and FD. RGB value is (131,96,253). Sum of RGB (Red+Green+Blue) = 131+96+253=480 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.29% from 480); Green value is 96 (37.89% from 255 or 20% from 480); Blue value is 253 (99.22% from 255 or 52.71% from 480); Max value from RGB is 253 - color contains mainly: blue. Hex color #8360FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8360FD is #7C9F02. Grayscale: #7B7B7B. Windows color (decimal): -8167171 or 16605315. OLE color: 16605315.

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

Color convert

RGB13196253-
CMYK0.480.6200.01
HSL253.38º97.52%68.43%-
HSV(B)253.38º62.06%99.22%-
XYZ31.2720.2895.2-
YUV124.36200.6132.73-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.29%
GREEN value IS 96 (37.89% from 255) = 20%
BLUE value IS 253 (99.22% from 255) = 52.71%
R=27.29%
G=20%
B=52.71%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal131962530.480.6200.01253.3897.5268.43
Hex8360FD303E01fd6244
Octal203140375607601375142104
Binary10000011110000011111101110000111110011111110111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8360FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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