#8074DE

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

Shades of Medium Slate Blue #8074DE

Tints of Medium Slate Blue #8074DE

Color information

#8074DE (or 0x8074DE) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 74 and DE. RGB value is (128,116,222). Sum of RGB (Red+Green+Blue) = 128+116+222=466 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.47% from 466); Green value is 116 (45.70% from 255 or 24.89% from 466); Blue value is 222 (87.11% from 255 or 47.64% from 466); Max value from RGB is 222 - color contains mainly: blue. Hex color #8074DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8074DE is #7F8B21. Grayscale: #838383. Windows color (decimal): -8358690 or 14578816. OLE color: 14578816.

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

Color convert

RGB128116222-
CMYK0.420.4800.13
HSL246.79º61.63%66.27%-
HSV(B)246.79º47.75%87.06%-
XYZ28.3322.3571.93-
YUV131.67178.98125.38-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.47%
GREEN value IS 116 (45.70% from 255) = 24.89%
BLUE value IS 222 (87.11% from 255) = 47.64%
R=27.47%
G=24.89%
B=47.64%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1281162220.420.4800.13246.7961.6366.27
Hex8074DE2A300Df73e42
Octal200164336526001536776102
Binary1000000011101001101111010101011000001101111101111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8074DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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