#7B71DE

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

Shades of Medium Slate Blue #7B71DE

Tints of Medium Slate Blue #7B71DE

Color information

#7B71DE (or 0x7B71DE) is unknown color: approx Medium Slate Blue. HEX triplet: 7B, 71 and DE. RGB value is (123,113,222). Sum of RGB (Red+Green+Blue) = 123+113+222=458 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.86% from 458); Green value is 113 (44.53% from 255 or 24.67% from 458); Blue value is 222 (87.11% from 255 or 48.47% from 458); Max value from RGB is 222 - color contains mainly: blue. Hex color #7B71DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B71DE is #848E21. Grayscale: #7F7F7F. Windows color (decimal): -8687138 or 14578043. OLE color: 14578043.

HSL color Cylindrical-coordinate representation of color #7B71DE: hue angle of 245.5º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7B71DE is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB123113222-
CMYK0.450.4900.13
HSL245.5º62.29%65.69%-
HSV(B)245.5º49.1%87.06%-
XYZ27.2621.371.78-
YUV128.42180.81124.14-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.86%
GREEN value IS 113 (44.53% from 255) = 24.67%
BLUE value IS 222 (87.11% from 255) = 48.47%
R=26.86%
G=24.67%
B=48.47%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1231132220.450.4900.13245.562.2965.69
Hex7B71DE2D310Df63e42
Octal173161336556101536676102
Binary111101111100011101111010110111000101101111101101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B71DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,113,222); }

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

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

 a { background-color: rgb(123,113,222); }

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

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

 span { border-color: rgb(123,113,222); }

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