#7A7BE0

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

Shades of Medium Slate Blue #7A7BE0

Tints of Medium Slate Blue #7A7BE0

Color information

#7A7BE0 (or 0x7A7BE0) is unknown color: approx Medium Slate Blue. HEX triplet: 7A, 7B and E0. RGB value is (122,123,224). Sum of RGB (Red+Green+Blue) = 122+123+224=469 (62% of max value = 765). Red value is 122 (48.05% from 255 or 26.01% from 469); Green value is 123 (48.44% from 255 or 26.23% from 469); Blue value is 224 (87.89% from 255 or 47.76% from 469); Max value from RGB is 224 - color contains mainly: blue. Hex color #7A7BE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A7BE0 is #85841F. Grayscale: #858585. Windows color (decimal): -8750112 or 14711674. OLE color: 14711674.

HSL color Cylindrical-coordinate representation of color #7A7BE0: hue angle of 239.41º 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 #7A7BE0 is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB122123224-
CMYK0.460.4500.12
HSL239.41º62.2%67.84%-
HSV(B)239.41º45.54%87.84%-
XYZ28.5623.6973.59-
YUV134.22178.67119.29-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.01%
GREEN value IS 123 (48.44% from 255) = 26.23%
BLUE value IS 224 (87.89% from 255) = 47.76%
R=26.01%
G=26.23%
B=47.76%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1221232240.460.4500.12239.4162.267.84
Hex7A7BE02E2D0Cef3e44
Octal172173340565501435776104
Binary111101011110111110000010111010110101100111011111111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7BE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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