#7F7AEA

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

Shades of Medium Slate Blue #7F7AEA

Tints of Medium Slate Blue #7F7AEA

Color information

#7F7AEA (or 0x7F7AEA) is unknown color: approx Medium Slate Blue. HEX triplet: 7F, 7A and EA. RGB value is (127,122,234). Sum of RGB (Red+Green+Blue) = 127+122+234=483 (63% of max value = 765). Red value is 127 (50% from 255 or 26.29% from 483); Green value is 122 (48.05% from 255 or 25.26% from 483); Blue value is 234 (91.80% from 255 or 48.45% from 483); Max value from RGB is 234 - color contains mainly: blue. Hex color #7F7AEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F7AEA is #808515. Grayscale: #878787. Windows color (decimal): -8422678 or 15366783. OLE color: 15366783.

HSL color Cylindrical-coordinate representation of color #7F7AEA: hue angle of 242.68º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7F7AEA is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB127122234-
CMYK0.460.4800.08
HSL242.68º72.73%69.8%-
HSV(B)242.68º47.86%91.76%-
XYZ30.5624.3780.94-
YUV136.26183.16121.39-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.29%
GREEN value IS 122 (48.05% from 255) = 25.26%
BLUE value IS 234 (91.80% from 255) = 48.45%
R=26.29%
G=25.26%
B=48.45%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1271222340.460.4800.08242.6872.7369.8
Hex7F7AEA2E3008f34946
Octal1771723525660010363111106
Binary1111111111101011101010101110110000010001111001110010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,122,234); }

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

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

 a { background-color: rgb(127,122,234); }

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

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

 span { border-color: rgb(127,122,234); }

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