#8267DC

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

Shades of Medium Slate Blue #8267DC

Tints of Medium Slate Blue #8267DC

Color information

#8267DC (or 0x8267DC) is unknown color: approx Medium Slate Blue. HEX triplet: 82, 67 and DC. RGB value is (130,103,220). Sum of RGB (Red+Green+Blue) = 130+103+220=453 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.70% from 453); Green value is 103 (40.62% from 255 or 22.74% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 220 - color contains mainly: blue. Hex color #8267DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8267DC is #7D9823. Grayscale: #7B7B7B. Windows color (decimal): -8230948 or 14444418. OLE color: 14444418.

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

Color convert

RGB130103220-
CMYK0.410.5300.14
HSL253.85º62.57%63.33%-
HSV(B)253.85º53.18%86.27%-
XYZ26.9719.6170.07-
YUV124.41181.95131.99-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.70%
GREEN value IS 103 (40.62% from 255) = 22.74%
BLUE value IS 220 (86.33% from 255) = 48.57%
R=28.70%
G=22.74%
B=48.57%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1301032200.410.5300.14253.8562.5763.33
Hex8267DC29350Efe3f3f
Octal20214733451650163767777
Binary100000101100111110111001010011101010111011111110111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8267DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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