#7067e0

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

Shades of Medium Slate Blue #7067E0

Tints of Medium Slate Blue #7067E0

Color information

#7067E0 (or 0x7067E0) is unknown color: approx Medium Slate Blue. HEX triplet: 70, 67 and E0. RGB value is (112,103,224). Sum of RGB (Red+Green+Blue) = 112+103+224=439 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.51% from 439); Green value is 103 (40.62% from 255 or 23.46% from 439); Blue value is 224 (87.89% from 255 or 51.03% from 439); Max value from RGB is 224 - color contains mainly: blue. Hex color #7067E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7067E0 is #8F981F. Grayscale: #777777. Windows color (decimal): -9410592 or 14706544. OLE color: 14706544.

HSL color Cylindrical-coordinate representation of color #7067E0: hue angle of 244.46º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7067E0 is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB112103224-
CMYK0.500.5400.12
HSL244.46º66.12%64.12%-
HSV(B)244.46º54.02%87.84%-
XYZ24.9918.5372.78-
YUV119.48186.98122.66-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.51%
GREEN value IS 103 (40.62% from 255) = 23.46%
BLUE value IS 224 (87.89% from 255) = 51.03%
R=25.51%
G=23.46%
B=51.03%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1121032240.500.5400.12244.4666.1264.12
Hex7067E032360Cf44240
Octal1601473406266014364102100
Binary1110000110011111100000110010110110011001111010010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7067e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7067e0; }

 p { color: rgb(112,103,224); }

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

<style>
 a { background-color: #7067e0; }

 a { background-color: rgb(112,103,224); }

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

<style>
 span { border-color: #7067e0; }

 span { border-color: rgb(112,103,224); }

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