#7169EA

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

Shades of Medium Slate Blue #7169EA

Tints of Medium Slate Blue #7169EA

Color information

#7169EA (or 0x7169EA) is unknown color: approx Medium Slate Blue. HEX triplet: 71, 69 and EA. RGB value is (113,105,234). Sum of RGB (Red+Green+Blue) = 113+105+234=452 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25% from 452); Green value is 105 (41.41% from 255 or 23.23% from 452); Blue value is 234 (91.80% from 255 or 51.77% from 452); Max value from RGB is 234 - color contains mainly: blue. Hex color #7169EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7169EA is #8E9615. Grayscale: #797979. Windows color (decimal): -9344534 or 15362417. OLE color: 15362417.

HSL color Cylindrical-coordinate representation of color #7169EA: hue angle of 243.72º 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 #7169EA is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB113105234-
CMYK0.520.5500.08
HSL243.72º75.44%66.47%-
HSV(B)243.72º55.13%91.76%-
XYZ26.7119.5580.21-
YUV122.1191.15121.51-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25%
GREEN value IS 105 (41.41% from 255) = 23.23%
BLUE value IS 234 (91.80% from 255) = 51.77%
R=25%
G=23.23%
B=51.77%

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
Decimal1131052340.520.5500.08243.7275.4466.47
Hex7169EA343708f44b42
Octal1611513526467010364113102
Binary1110001110100111101010110100110111010001111010010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7169EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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