#7b79e0

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

Shades of Medium Slate Blue #7B79E0

Tints of Medium Slate Blue #7B79E0

Color information

#7B79E0 (or 0x7B79E0) is unknown color: approx Medium Slate Blue. HEX triplet: 7B, 79 and E0. RGB value is (123,121,224). Sum of RGB (Red+Green+Blue) = 123+121+224=468 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.28% from 468); Green value is 121 (47.66% from 255 or 25.85% from 468); Blue value is 224 (87.89% from 255 or 47.86% from 468); Max value from RGB is 224 - color contains mainly: blue. Hex color #7B79E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B79E0 is #84861F. Grayscale: #848484. Windows color (decimal): -8685088 or 14711163. OLE color: 14711163.

HSL color Cylindrical-coordinate representation of color #7B79E0: hue angle of 241.17º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7B79E0 is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB123121224-
CMYK0.450.4600.12
HSL241.17º62.42%67.65%-
HSV(B)241.17º45.98%87.84%-
XYZ28.4623.2773.51-
YUV133.34179.16120.62-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.28%
GREEN value IS 121 (47.66% from 255) = 25.85%
BLUE value IS 224 (87.89% from 255) = 47.86%
R=26.28%
G=25.85%
B=47.86%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1231212240.450.4600.12241.1762.4267.65
Hex7B79E02D2E0Cf13e44
Octal173171340555601436176104
Binary111101111110011110000010110110111001100111100011111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7b79e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7b79e0; }

 p { color: rgb(123,121,224); }

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

<style>
 a { background-color: #7b79e0; }

 a { background-color: rgb(123,121,224); }

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

<style>
 span { border-color: #7b79e0; }

 span { border-color: rgb(123,121,224); }

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