#7068EA

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

Shades of Medium Slate Blue #7068EA

Tints of Medium Slate Blue #7068EA

Color information

#7068EA (or 0x7068EA) is unknown color: approx Medium Slate Blue. HEX triplet: 70, 68 and EA. RGB value is (112,104,234). Sum of RGB (Red+Green+Blue) = 112+104+234=450 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.89% from 450); Green value is 104 (41.02% from 255 or 23.11% from 450); Blue value is 234 (91.80% from 255 or 52% from 450); Max value from RGB is 234 - color contains mainly: blue. Hex color #7068EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7068EA is #8F9715. Grayscale: #787878. Windows color (decimal): -9410326 or 15362160. OLE color: 15362160.

HSL color Cylindrical-coordinate representation of color #7068EA: hue angle of 243.69º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7068EA is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB112104234-
CMYK0.520.5600.08
HSL243.69º75.58%66.27%-
HSV(B)243.69º55.56%91.76%-
XYZ26.4819.2980.17-
YUV121.21191.65121.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.89%
GREEN value IS 104 (41.02% from 255) = 23.11%
BLUE value IS 234 (91.80% from 255) = 52%
R=24.89%
G=23.11%
B=52%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1121042340.520.5600.08243.6975.5866.27
Hex7068EA343808f44c42
Octal1601503526470010364114102
Binary1110000110100011101010110100111000010001111010010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7068EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,104,234); }

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

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

 a { background-color: rgb(112,104,234); }

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

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

 span { border-color: rgb(112,104,234); }

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