#7D7AF1

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

Shades of Medium Slate Blue #7D7AF1

Tints of Medium Slate Blue #7D7AF1

Color information

#7D7AF1 (or 0x7D7AF1) is unknown color: approx Medium Slate Blue. HEX triplet: 7D, 7A and F1. RGB value is (125,122,241). Sum of RGB (Red+Green+Blue) = 125+122+241=488 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.61% from 488); Green value is 122 (48.05% from 255 or 25% from 488); Blue value is 241 (94.53% from 255 or 49.39% from 488); Max value from RGB is 241 - color contains mainly: blue. Hex color #7D7AF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D7AF1 is #82850E. Grayscale: #878787. Windows color (decimal): -8553743 or 15825533. OLE color: 15825533.

HSL color Cylindrical-coordinate representation of color #7D7AF1: hue angle of 241.51º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7D7AF1 is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB125122241-
CMYK0.480.4900.05
HSL241.51º80.95%71.18%-
HSV(B)241.51º49.38%94.51%-
XYZ31.2924.6386.32-
YUV136.46186.99119.82-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.61%
GREEN value IS 122 (48.05% from 255) = 25%
BLUE value IS 241 (94.53% from 255) = 49.39%
R=25.61%
G=25%
B=49.39%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1251222410.480.4900.05241.5180.9571.18
Hex7D7AF1303105f25147
Octal175172361606105362121107
Binary111110111110101111000111000011000101011111001010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,122,241); }

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

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

 a { background-color: rgb(125,122,241); }

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

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

 span { border-color: rgb(125,122,241); }

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