#7b72dd

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

Shades of Medium Slate Blue #7B72DD

Tints of Medium Slate Blue #7B72DD

Color information

#7B72DD (or 0x7B72DD) is unknown color: approx Medium Slate Blue. HEX triplet: 7B, 72 and DD. RGB value is (123,114,221). Sum of RGB (Red+Green+Blue) = 123+114+221=458 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.86% from 458); Green value is 114 (44.92% from 255 or 24.89% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 221 - color contains mainly: blue. Hex color #7B72DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B72DD is #848D22. Grayscale: #808080. Windows color (decimal): -8686883 or 14512763. OLE color: 14512763.

HSL color Cylindrical-coordinate representation of color #7B72DD: hue angle of 245.05º 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 #7B72DD is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB123114221-
CMYK0.440.4800.13
HSL245.05º61.14%65.69%-
HSV(B)245.05º48.42%86.67%-
XYZ27.2421.4771.11-
YUV128.89179.98123.8-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.86%
GREEN value IS 114 (44.92% from 255) = 24.89%
BLUE value IS 221 (86.72% from 255) = 48.25%
R=26.86%
G=24.89%
B=48.25%

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
Decimal1231142210.440.4800.13245.0561.1465.69
Hex7B72DD2C300Df53d42
Octal173162335546001536575102
Binary111101111100101101110110110011000001101111101011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7b72dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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