#8267DE

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

Shades of Medium Slate Blue #8267DE

Tints of Medium Slate Blue #8267DE

Color information

#8267DE (or 0x8267DE) is unknown color: approx Medium Slate Blue. HEX triplet: 82, 67 and DE. RGB value is (130,103,222). Sum of RGB (Red+Green+Blue) = 130+103+222=455 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.57% from 455); Green value is 103 (40.62% from 255 or 22.64% from 455); Blue value is 222 (87.11% from 255 or 48.79% from 455); Max value from RGB is 222 - color contains mainly: blue. Hex color #8267DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8267DE is #7D9821. Grayscale: #7C7C7C. Windows color (decimal): -8230946 or 14575490. OLE color: 14575490.

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

Color convert

RGB130103222-
CMYK0.410.5400.13
HSL253.61º64.32%63.73%-
HSV(B)253.61º53.6%87.06%-
XYZ27.2419.7271.48-
YUV124.64182.95131.82-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.57%
GREEN value IS 103 (40.62% from 255) = 22.64%
BLUE value IS 222 (87.11% from 255) = 48.79%
R=28.57%
G=22.64%
B=48.79%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1301032220.410.5400.13253.6164.3263.73
Hex8267DE29360Dfe4040
Octal2021473365166015376100100
Binary10000010110011111011110101001110110011011111111010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8267DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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