#8368DF

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

Shades of Medium Slate Blue #8368DF

Tints of Medium Slate Blue #8368DF

Color information

#8368DF (or 0x8368DF) is unknown color: approx Medium Slate Blue. HEX triplet: 83, 68 and DF. RGB value is (131,104,223). Sum of RGB (Red+Green+Blue) = 131+104+223=458 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.60% from 458); Green value is 104 (41.02% from 255 or 22.71% from 458); Blue value is 223 (87.5% from 255 or 48.69% from 458); Max value from RGB is 223 - color contains mainly: blue. Hex color #8368DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8368DF is #7C9720. Grayscale: #7D7D7D. Windows color (decimal): -8165153 or 14641283. OLE color: 14641283.

HSL color Cylindrical-coordinate representation of color #8368DF: hue angle of 253.61º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8368DF is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB131104223-
CMYK0.410.5300.13
HSL253.61º65.03%64.12%-
HSV(B)253.61º53.36%87.45%-
XYZ27.6320.0572.23-
YUV125.64182.95131.82-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.60%
GREEN value IS 104 (41.02% from 255) = 22.71%
BLUE value IS 223 (87.5% from 255) = 48.69%
R=28.60%
G=22.71%
B=48.69%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1311042230.410.5300.13253.6165.0364.12
Hex8368DF29350Dfe4140
Octal2031503375165015376101100
Binary10000011110100011011111101001110101011011111111010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8368DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8368DF; }

 p { color: rgb(131,104,223); }

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

<style>
 a { background-color: #8368DF; }

 a { background-color: rgb(131,104,223); }

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

<style>
 span { border-color: #8368DF; }

 span { border-color: rgb(131,104,223); }

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