#7A4BEE

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

Shades of Medium Slate Blue #7A4BEE

Tints of Medium Slate Blue #7A4BEE

Color information

#7A4BEE (or 0x7A4BEE) is unknown color: approx Medium Slate Blue. HEX triplet: 7A, 4B and EE. RGB value is (122,75,238). Sum of RGB (Red+Green+Blue) = 122+75+238=435 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.05% from 435); Green value is 75 (29.69% from 255 or 17.24% from 435); Blue value is 238 (93.36% from 255 or 54.71% from 435); Max value from RGB is 238 - color contains mainly: blue. Hex color #7A4BEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A4BEE is #85B411. Grayscale: #6B6B6B. Windows color (decimal): -8762386 or 15616890. OLE color: 15616890.

HSL color Cylindrical-coordinate representation of color #7A4BEE: hue angle of 257.3º degrees, saturation: 0.83, 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 #7A4BEE is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB12275238-
CMYK0.490.6800.07
HSL257.3º82.74%61.37%-
HSV(B)257.3º68.49%93.33%-
XYZ25.9715.3482.48-
YUV107.64201.57138.25-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.05%
GREEN value IS 75 (29.69% from 255) = 17.24%
BLUE value IS 238 (93.36% from 255) = 54.71%
R=28.05%
G=17.24%
B=54.71%

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
Decimal122752380.490.6800.07257.382.7461.37
Hex7A4BEE314407101533d
Octal172113356611040740112375
Binary1111010100101111101110110001100010001111000000011010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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