#8068DA

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

Shades of Medium Slate Blue #8068DA

Tints of Medium Slate Blue #8068DA

Color information

#8068DA (or 0x8068DA) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 68 and DA. RGB value is (128,104,218). Sum of RGB (Red+Green+Blue) = 128+104+218=450 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.44% from 450); Green value is 104 (41.02% from 255 or 23.11% from 450); Blue value is 218 (85.55% from 255 or 48.44% from 450); Max value from RGB is 218 - color contains mainly: blue. Hex color #8068DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8068DA is #7F9725. Grayscale: #7B7B7B. Windows color (decimal): -8361766 or 14313600. OLE color: 14313600.

HSL color Cylindrical-coordinate representation of color #8068DA: hue angle of 252.63º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8068DA is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB128104218-
CMYK0.410.5200.15
HSL252.63º60.64%63.14%-
HSV(B)252.63º52.29%85.49%-
XYZ26.5119.5568.71-
YUV124.17180.95130.73-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.44%
GREEN value IS 104 (41.02% from 255) = 23.11%
BLUE value IS 218 (85.55% from 255) = 48.44%
R=28.44%
G=23.11%
B=48.44%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1281042180.410.5200.15252.6360.6463.14
Hex8068DA29340Ffd3d3f
Octal20015033251640173757577
Binary100000001101000110110101010011101000111111111101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8068DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8068DA; }

 p { color: rgb(128,104,218); }

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

<style>
 a { background-color: #8068DA; }

 a { background-color: rgb(128,104,218); }

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

<style>
 span { border-color: #8068DA; }

 span { border-color: rgb(128,104,218); }

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