#7F5CDD

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

Shades of Medium Slate Blue #7F5CDD

Tints of Medium Slate Blue #7F5CDD

Color information

#7F5CDD (or 0x7F5CDD) is unknown color: approx Medium Slate Blue. HEX triplet: 7F, 5C and DD. RGB value is (127,92,221). Sum of RGB (Red+Green+Blue) = 127+92+221=440 (58% of max value = 765). Red value is 127 (50% from 255 or 28.86% from 440); Green value is 92 (36.33% from 255 or 20.91% from 440); Blue value is 221 (86.72% from 255 or 50.23% from 440); Max value from RGB is 221 - color contains mainly: blue. Hex color #7F5CDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F5CDD is #80A322. Grayscale: #747474. Windows color (decimal): -8430371 or 14507135. OLE color: 14507135.

HSL color Cylindrical-coordinate representation of color #7F5CDD: hue angle of 256.28º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7F5CDD is Cyan = 0.43, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB12792221-
CMYK0.430.5800.13
HSL256.28º65.48%61.37%-
HSV(B)256.28º58.37%86.67%-
XYZ25.6317.3970.41-
YUV117.17186.6135.01-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.86%
GREEN value IS 92 (36.33% from 255) = 20.91%
BLUE value IS 221 (86.72% from 255) = 50.23%
R=28.86%
G=20.91%
B=50.23%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal127922210.430.5800.13256.2865.4861.37
Hex7F5CDD2B3A0D100413d
Octal177134335537201540010175
Binary1111111101110011011101101011111010011011000000001000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,92,221); }

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

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

 a { background-color: rgb(127,92,221); }

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

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

 span { border-color: rgb(127,92,221); }

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