#8075E4

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

Shades of Medium Slate Blue #8075E4

Tints of Medium Slate Blue #8075E4

Color information

#8075E4 (or 0x8075E4) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 75 and E4. RGB value is (128,117,228). Sum of RGB (Red+Green+Blue) = 128+117+228=473 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.06% from 473); Green value is 117 (46.09% from 255 or 24.74% from 473); Blue value is 228 (89.45% from 255 or 48.20% from 473); Max value from RGB is 228 - color contains mainly: blue. Hex color #8075E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8075E4 is #7F8A1B. Grayscale: #848484. Windows color (decimal): -8358428 or 14972288. OLE color: 14972288.

HSL color Cylindrical-coordinate representation of color #8075E4: hue angle of 245.95º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8075E4 is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB128117228-
CMYK0.440.4900.11
HSL245.95º67.27%67.65%-
HSV(B)245.95º48.68%89.41%-
XYZ29.2722.9176.28-
YUV132.94181.64124.47-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.06%
GREEN value IS 117 (46.09% from 255) = 24.74%
BLUE value IS 228 (89.45% from 255) = 48.20%
R=27.06%
G=24.74%
B=48.20%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1281172280.440.4900.11245.9567.2767.65
Hex8075E42C310Bf64344
Octal2001653445461013366103104
Binary10000000111010111100100101100110001010111111011010000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8075E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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