#7B74DD

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

Shades of Medium Slate Blue #7B74DD

Tints of Medium Slate Blue #7B74DD

Color information

#7B74DD (or 0x7B74DD) is unknown color: approx Medium Slate Blue. HEX triplet: 7B, 74 and DD. RGB value is (123,116,221). Sum of RGB (Red+Green+Blue) = 123+116+221=460 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.74% from 460); Green value is 116 (45.70% from 255 or 25.22% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #7B74DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B74DD is #848B22. Grayscale: #818181. Windows color (decimal): -8686371 or 14513275. OLE color: 14513275.

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

Color convert

RGB123116221-
CMYK0.440.4800.13
HSL244º60.69%66.08%-
HSV(B)244º47.51%86.67%-
XYZ27.4621.9271.19-
YUV130.06179.32122.96-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.74%
GREEN value IS 116 (45.70% from 255) = 25.22%
BLUE value IS 221 (86.72% from 255) = 48.04%
R=26.74%
G=25.22%
B=48.04%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1231162210.440.4800.1324460.6966.08
Hex7B74DD2C300Df43d42
Octal173164335546001536475102
Binary111101111101001101110110110011000001101111101001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B74DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,116,221); }

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

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

 a { background-color: rgb(123,116,221); }

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

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

 span { border-color: rgb(123,116,221); }

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