#8260DC

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

Shades of Medium Slate Blue #8260DC

Tints of Medium Slate Blue #8260DC

Color information

#8260DC (or 0x8260DC) is unknown color: approx Medium Slate Blue. HEX triplet: 82, 60 and DC. RGB value is (130,96,220). Sum of RGB (Red+Green+Blue) = 130+96+220=446 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.15% from 446); Green value is 96 (37.89% from 255 or 21.52% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 220 - color contains mainly: blue. Hex color #8260DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8260DC is #7D9F23. Grayscale: #777777. Windows color (decimal): -8232740 or 14442626. OLE color: 14442626.

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

Color convert

RGB13096220-
CMYK0.410.5600.14
HSL256.45º63.92%61.96%-
HSV(B)256.45º56.36%86.27%-
XYZ26.3118.2869.85-
YUV120.3184.26134.92-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.15%
GREEN value IS 96 (37.89% from 255) = 21.52%
BLUE value IS 220 (86.33% from 255) = 49.33%
R=29.15%
G=21.52%
B=49.33%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal130962200.410.5600.14256.4563.9261.96
Hex8260DC29380E100403e
Octal202140334517001640010076
Binary10000010110000011011100101001111000011101000000001000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8260DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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