#8075DF

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

Shades of Medium Slate Blue #8075DF

Tints of Medium Slate Blue #8075DF

Color information

#8075DF (or 0x8075DF) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 75 and DF. RGB value is (128,117,223). Sum of RGB (Red+Green+Blue) = 128+117+223=468 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.35% from 468); Green value is 117 (46.09% from 255 or 25% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 223 - color contains mainly: blue. Hex color #8075DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8075DF is #7F8A20. Grayscale: #838383. Windows color (decimal): -8358433 or 14644608. OLE color: 14644608.

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

Color convert

RGB128117223-
CMYK0.430.4800.13
HSL246.23º62.35%66.67%-
HSV(B)246.23º47.53%87.45%-
XYZ28.5822.6472.68-
YUV132.37179.14124.88-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.35%
GREEN value IS 117 (46.09% from 255) = 25%
BLUE value IS 223 (87.5% from 255) = 47.65%
R=27.35%
G=25%
B=47.65%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1281172230.430.4800.13246.2362.3566.67
Hex8075DF2B300Df63e43
Octal200165337536001536676103
Binary1000000011101011101111110101111000001101111101101111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8075DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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