#7A4BED

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

Shades of Medium Slate Blue #7A4BED

Tints of Medium Slate Blue #7A4BED

Color information

#7A4BED (or 0x7A4BED) is unknown color: approx Medium Slate Blue. HEX triplet: 7A, 4B and ED. RGB value is (122,75,237). Sum of RGB (Red+Green+Blue) = 122+75+237=434 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.11% from 434); Green value is 75 (29.69% from 255 or 17.28% from 434); Blue value is 237 (92.97% from 255 or 54.61% from 434); Max value from RGB is 237 - color contains mainly: blue. Hex color #7A4BED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A4BED is #85B412. Grayscale: #6A6A6A. Windows color (decimal): -8762387 or 15551354. OLE color: 15551354.

HSL color Cylindrical-coordinate representation of color #7A4BED: hue angle of 257.41º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7A4BED is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB12275237-
CMYK0.490.6800.07
HSL257.41º81.82%61.18%-
HSV(B)257.41º68.35%92.94%-
XYZ25.8315.2881.71-
YUV107.52201.07138.33-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.11%
GREEN value IS 75 (29.69% from 255) = 17.28%
BLUE value IS 237 (92.97% from 255) = 54.61%
R=28.11%
G=17.28%
B=54.61%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal122752370.490.6800.07257.4181.8261.18
Hex7A4BED314407101523d
Octal172113355611040740112275
Binary1111010100101111101101110001100010001111000000011010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,75,237); }

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

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

 a { background-color: rgb(122,75,237); }

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

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

 span { border-color: rgb(122,75,237); }

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