#7279DF

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

Shades of Medium Slate Blue #7279DF

Tints of Medium Slate Blue #7279DF

Color information

#7279DF (or 0x7279DF) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 79 and DF. RGB value is (114,121,223). Sum of RGB (Red+Green+Blue) = 114+121+223=458 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.89% from 458); Green value is 121 (47.66% from 255 or 26.42% from 458); Blue value is 223 (87.5% from 255 or 48.69% from 458); Max value from RGB is 223 - color contains mainly: blue. Hex color #7279DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7279DF is #8D8620. Grayscale: #828282. Windows color (decimal): -9274913 or 14645618. OLE color: 14645618.

HSL color Cylindrical-coordinate representation of color #7279DF: hue angle of 236.15º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7279DF is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB114121223-
CMYK0.490.4600.13
HSL236.15º63.01%66.08%-
HSV(B)236.15º48.88%87.45%-
XYZ27.122.5872.74-
YUV130.54180.18116.21-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.89%
GREEN value IS 121 (47.66% from 255) = 26.42%
BLUE value IS 223 (87.5% from 255) = 48.69%
R=24.89%
G=26.42%
B=48.69%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1141212230.490.4600.13236.1563.0166.08
Hex7279DF312E0Dec3f42
Octal162171337615601535477102
Binary111001011110011101111111000110111001101111011001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7279DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7279DF; }

 p { color: rgb(114,121,223); }

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

<style>
 a { background-color: #7279DF; }

 a { background-color: rgb(114,121,223); }

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

<style>
 span { border-color: #7279DF; }

 span { border-color: rgb(114,121,223); }

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