#8074F0

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

Shades of Medium Slate Blue #8074F0

Tints of Medium Slate Blue #8074F0

Color information

#8074F0 (or 0x8074F0) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 74 and F0. RGB value is (128,116,240). Sum of RGB (Red+Green+Blue) = 128+116+240=484 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.45% from 484); Green value is 116 (45.70% from 255 or 23.97% from 484); Blue value is 240 (94.14% from 255 or 49.59% from 484); Max value from RGB is 240 - color contains mainly: blue. Hex color #8074F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8074F0 is #7F8B0F. Grayscale: #858585. Windows color (decimal): -8358672 or 15758464. OLE color: 15758464.

HSL color Cylindrical-coordinate representation of color #8074F0: hue angle of 245.81º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8074F0 is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB128116240-
CMYK0.470.5200.06
HSL245.81º80.52%69.8%-
HSV(B)245.81º51.67%94.12%-
XYZ30.8823.3785.32-
YUV133.72187.98123.92-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.45%
GREEN value IS 116 (45.70% from 255) = 23.97%
BLUE value IS 240 (94.14% from 255) = 49.59%
R=26.45%
G=23.97%
B=49.59%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1281162400.470.5200.06245.8180.5269.8
Hex8074F02F3406f65146
Octal200164360576406366121106
Binary1000000011101001111000010111111010001101111011010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8074F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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