#8067DE

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

Shades of Medium Slate Blue #8067DE

Tints of Medium Slate Blue #8067DE

Color information

#8067DE (or 0x8067DE) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 67 and DE. RGB value is (128,103,222). Sum of RGB (Red+Green+Blue) = 128+103+222=453 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.26% from 453); Green value is 103 (40.62% from 255 or 22.74% from 453); Blue value is 222 (87.11% from 255 or 49.01% from 453); Max value from RGB is 222 - color contains mainly: blue. Hex color #8067DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8067DE is #7F9821. Grayscale: #7B7B7B. Windows color (decimal): -8362018 or 14575488. OLE color: 14575488.

HSL color Cylindrical-coordinate representation of color #8067DE: hue angle of 252.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 #8067DE is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB128103222-
CMYK0.420.5400.13
HSL252.61º64.32%63.73%-
HSV(B)252.61º53.6%87.06%-
XYZ26.9419.5671.46-
YUV124.04183.28130.82-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.26%
GREEN value IS 103 (40.62% from 255) = 22.74%
BLUE value IS 222 (87.11% from 255) = 49.01%
R=28.26%
G=22.74%
B=49.01%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1281032220.420.5400.13252.6164.3263.73
Hex8067DE2A360Dfd4040
Octal2001473365266015375100100
Binary10000000110011111011110101010110110011011111110110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8067DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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