#8075DE

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

Shades of Medium Slate Blue #8075DE

Tints of Medium Slate Blue #8075DE

Color information

#8075DE (or 0x8075DE) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 75 and DE. RGB value is (128,117,222). Sum of RGB (Red+Green+Blue) = 128+117+222=467 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.41% from 467); Green value is 117 (46.09% from 255 or 25.05% from 467); Blue value is 222 (87.11% from 255 or 47.54% from 467); Max value from RGB is 222 - color contains mainly: blue. Hex color #8075DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8075DE is #7F8A21. Grayscale: #838383. Windows color (decimal): -8358434 or 14579072. OLE color: 14579072.

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

Color convert

RGB128117222-
CMYK0.420.4700.13
HSL246.29º61.4%66.47%-
HSV(B)246.29º47.3%87.06%-
XYZ28.4522.5971.97-
YUV132.26178.64124.96-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.41%
GREEN value IS 117 (46.09% from 255) = 25.05%
BLUE value IS 222 (87.11% from 255) = 47.54%
R=27.41%
G=25.05%
B=47.54%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1281172220.420.4700.13246.2961.466.47
Hex8075DE2A2F0Df63d42
Octal200165336525701536675102
Binary1000000011101011101111010101010111101101111101101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8075DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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