#7178DC

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

Shades of Medium Slate Blue #7178DC

Tints of Medium Slate Blue #7178DC

Color information

#7178DC (or 0x7178DC) is unknown color: approx Medium Slate Blue. HEX triplet: 71, 78 and DC. RGB value is (113,120,220). Sum of RGB (Red+Green+Blue) = 113+120+220=453 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.94% from 453); Green value is 120 (47.27% from 255 or 26.49% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 220 - color contains mainly: blue. Hex color #7178DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7178DC is #8E8723. Grayscale: #808080. Windows color (decimal): -9340708 or 14448753. OLE color: 14448753.

HSL color Cylindrical-coordinate representation of color #7178DC: hue angle of 236.07º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7178DC is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB113120220-
CMYK0.490.4500.14
HSL236.07º60.45%65.29%-
HSV(B)236.07º48.64%86.27%-
XYZ26.4422.1170.58-
YUV129.31179.18116.37-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.94%
GREEN value IS 120 (47.27% from 255) = 26.49%
BLUE value IS 220 (86.33% from 255) = 48.57%
R=24.94%
G=26.49%
B=48.57%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1131202200.490.4500.14236.0760.4565.29
Hex7178DC312D0Eec3c41
Octal161170334615501635474101
Binary111000111110001101110011000110110101110111011001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7178DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7178DC; }

 p { color: rgb(113,120,220); }

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

<style>
 a { background-color: #7178DC; }

 a { background-color: rgb(113,120,220); }

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

<style>
 span { border-color: #7178DC; }

 span { border-color: rgb(113,120,220); }

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