#7069EA

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

Shades of Medium Slate Blue #7069EA

Tints of Medium Slate Blue #7069EA

Color information

#7069EA (or 0x7069EA) is unknown color: approx Medium Slate Blue. HEX triplet: 70, 69 and EA. RGB value is (112,105,234). Sum of RGB (Red+Green+Blue) = 112+105+234=451 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.83% from 451); Green value is 105 (41.41% from 255 or 23.28% from 451); Blue value is 234 (91.80% from 255 or 51.88% from 451); Max value from RGB is 234 - color contains mainly: blue. Hex color #7069EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7069EA is #8F9615. Grayscale: #797979. Windows color (decimal): -9410070 or 15362416. OLE color: 15362416.

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

Color convert

RGB112105234-
CMYK0.520.5500.08
HSL243.26º75.44%66.47%-
HSV(B)243.26º55.13%91.76%-
XYZ26.5819.4980.2-
YUV121.8191.32121.01-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.83%
GREEN value IS 105 (41.41% from 255) = 23.28%
BLUE value IS 234 (91.80% from 255) = 51.88%
R=24.83%
G=23.28%
B=51.88%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1121052340.520.5500.08243.2675.4466.47
Hex7069EA343708f34b42
Octal1601513526467010363113102
Binary1110000110100111101010110100110111010001111001110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7069EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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