#8262DF

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

Shades of Medium Slate Blue #8262DF

Tints of Medium Slate Blue #8262DF

Color information

#8262DF (or 0x8262DF) is unknown color: approx Medium Slate Blue. HEX triplet: 82, 62 and DF. RGB value is (130,98,223). Sum of RGB (Red+Green+Blue) = 130+98+223=451 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.82% from 451); Green value is 98 (38.67% from 255 or 21.73% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #8262DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8262DF is #7D9D20. Grayscale: #797979. Windows color (decimal): -8232225 or 14639746. OLE color: 14639746.

HSL color Cylindrical-coordinate representation of color #8262DF: hue angle of 255.36º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8262DF is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13098223-
CMYK0.420.5600.13
HSL255.36º66.14%62.94%-
HSV(B)255.36º56.05%87.45%-
XYZ26.8918.8172.03-
YUV121.82185.1133.84-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.82%
GREEN value IS 98 (38.67% from 255) = 21.73%
BLUE value IS 223 (87.5% from 255) = 49.45%
R=28.82%
G=21.73%
B=49.45%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal130982230.420.5600.13255.3666.1462.94
Hex8262DF2A380Dff423f
Octal202142337527001537710277
Binary1000001011000101101111110101011100001101111111111000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8262DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,98,223); }

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

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

 a { background-color: rgb(130,98,223); }

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

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

 span { border-color: rgb(130,98,223); }

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