#8075EA

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

Shades of Medium Slate Blue #8075EA

Tints of Medium Slate Blue #8075EA

Color information

#8075EA (or 0x8075EA) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 75 and EA. RGB value is (128,117,234). Sum of RGB (Red+Green+Blue) = 128+117+234=479 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.72% from 479); Green value is 117 (46.09% from 255 or 24.43% from 479); Blue value is 234 (91.80% from 255 or 48.85% from 479); Max value from RGB is 234 - color contains mainly: blue. Hex color #8075EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8075EA is #7F8A15. Grayscale: #858585. Windows color (decimal): -8358422 or 15365504. OLE color: 15365504.

HSL color Cylindrical-coordinate representation of color #8075EA: hue angle of 245.64º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8075EA is Cyan = 0.45, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB128117234-
CMYK0.450.500.08
HSL245.64º73.58%68.82%-
HSV(B)245.64º50%91.76%-
XYZ30.1123.2580.74-
YUV133.63184.64123.99-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.72%
GREEN value IS 117 (46.09% from 255) = 24.43%
BLUE value IS 234 (91.80% from 255) = 48.85%
R=26.72%
G=24.43%
B=48.85%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1281172340.450.500.08245.6473.5868.82
Hex8075EA2D3208f64a45
Octal2001653525562010366112105
Binary10000000111010111101010101101110010010001111011010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8075EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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