#8366FA

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

Shades of Light Slate Blue #8366FA

Tints of Light Slate Blue #8366FA

Color information

#8366FA (or 0x8366FA) is unknown color: approx Light Slate Blue. HEX triplet: 83, 66 and FA. RGB value is (131,102,250). Sum of RGB (Red+Green+Blue) = 131+102+250=483 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.12% from 483); Green value is 102 (40.23% from 255 or 21.12% from 483); Blue value is 250 (98.05% from 255 or 51.76% from 483); Max value from RGB is 250 - color contains mainly: blue. Hex color #8366FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8366FA is #7C9905. Grayscale: #7E7E7E. Windows color (decimal): -8165638 or 16410243. OLE color: 16410243.

HSL color Cylindrical-coordinate representation of color #8366FA: hue angle of 251.76º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8366FA is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB131102250-
CMYK0.480.5900.02
HSL251.76º93.67%69.02%-
HSV(B)251.76º59.2%98.04%-
XYZ31.3721.2392.89-
YUV127.54197.11130.47-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.12%
GREEN value IS 102 (40.23% from 255) = 21.12%
BLUE value IS 250 (98.05% from 255) = 51.76%
R=27.12%
G=21.12%
B=51.76%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1311022500.480.5900.02251.7693.6769.02
Hex8366FA303B02fc5e45
Octal203146372607302374136105
Binary100000111100110111110101100001110110101111110010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8366FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8366FA; }

 p { color: rgb(131,102,250); }

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

<style>
 a { background-color: #8366FA; }

 a { background-color: rgb(131,102,250); }

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

<style>
 span { border-color: #8366FA; }

 span { border-color: rgb(131,102,250); }

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