#8367FF

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

Shades of Light Slate Blue #8367FF

Tints of Light Slate Blue #8367FF

Color information

#8367FF (or 0x8367FF) is unknown color: approx Light Slate Blue. HEX triplet: 83, 67 and FF. RGB value is (131,103,255). Sum of RGB (Red+Green+Blue) = 131+103+255=489 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.79% from 489); Green value is 103 (40.62% from 255 or 21.06% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #8367FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8367FF is #7C9800. Grayscale: #808080. Windows color (decimal): -8165377 or 16738179. OLE color: 16738179.

HSL color Cylindrical-coordinate representation of color #8367FF: hue angle of 251.05º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8367FF is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB131103255-
CMYK0.490.6000
HSL251.05º100%70.2%-
HSV(B)251.05º59.61%100%-
XYZ32.2621.7597.1-
YUV128.7199.28129.64-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.79%
GREEN value IS 103 (40.62% from 255) = 21.06%
BLUE value IS 255 (100% from 255) = 52.15%
R=26.79%
G=21.06%
B=52.15%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1311032550.490.6000251.0510070.2
Hex8367FF313C00fb6446
Octal203147377617400373144106
Binary10000011110011111111111110001111100001111101111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8367FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8367FF; }

 p { color: rgb(131,103,255); }

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

<style>
 a { background-color: #8367FF; }

 a { background-color: rgb(131,103,255); }

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

<style>
 span { border-color: #8367FF; }

 span { border-color: rgb(131,103,255); }

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