#8264DC

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

Shades of Medium Slate Blue #8264DC

Tints of Medium Slate Blue #8264DC

Color information

#8264DC (or 0x8264DC) is unknown color: approx Medium Slate Blue. HEX triplet: 82, 64 and DC. RGB value is (130,100,220). Sum of RGB (Red+Green+Blue) = 130+100+220=450 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.89% from 450); Green value is 100 (39.45% from 255 or 22.22% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 220 - color contains mainly: blue. Hex color #8264DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8264DC is #7D9B23. Grayscale: #7A7A7A. Windows color (decimal): -8231716 or 14443650. OLE color: 14443650.

HSL color Cylindrical-coordinate representation of color #8264DC: hue angle of 255º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8264DC is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB130100220-
CMYK0.410.5500.14
HSL255º63.16%62.75%-
HSV(B)255º54.55%86.27%-
XYZ26.6819.0369.98-
YUV122.65182.94133.24-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.89%
GREEN value IS 100 (39.45% from 255) = 22.22%
BLUE value IS 220 (86.33% from 255) = 48.89%
R=28.89%
G=22.22%
B=48.89%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1301002200.410.5500.1425563.1662.75
Hex8264DC29370Eff3f3f
Octal20214433451670163777777
Binary100000101100100110111001010011101110111011111111111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8264DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8264DC; }

 p { color: rgb(130,100,220); }

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

<style>
 a { background-color: #8264DC; }

 a { background-color: rgb(130,100,220); }

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

<style>
 span { border-color: #8264DC; }

 span { border-color: rgb(130,100,220); }

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