#8074EB

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

Shades of Medium Slate Blue #8074EB

Tints of Medium Slate Blue #8074EB

Color information

#8074EB (or 0x8074EB) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 74 and EB. RGB value is (128,116,235). Sum of RGB (Red+Green+Blue) = 128+116+235=479 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.72% from 479); Green value is 116 (45.70% from 255 or 24.22% from 479); Blue value is 235 (92.19% from 255 or 49.06% from 479); Max value from RGB is 235 - color contains mainly: blue. Hex color #8074EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8074EB is #7F8B14. Grayscale: #848484. Windows color (decimal): -8358677 or 15430784. OLE color: 15430784.

HSL color Cylindrical-coordinate representation of color #8074EB: hue angle of 246.05º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8074EB is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB128116235-
CMYK0.460.5100.08
HSL246.05º74.84%68.82%-
HSV(B)246.05º50.64%92.16%-
XYZ30.1423.0881.46-
YUV133.15185.48124.32-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.72%
GREEN value IS 116 (45.70% from 255) = 24.22%
BLUE value IS 235 (92.19% from 255) = 49.06%
R=26.72%
G=24.22%
B=49.06%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1281162350.460.5100.08246.0574.8468.82
Hex8074EB2E3308f64b45
Octal2001643535663010366113105
Binary10000000111010011101011101110110011010001111011010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8074EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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