#7C5DD9

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

Shades of Slate Blue #7C5DD9

Tints of Slate Blue #7C5DD9

Color information

#7C5DD9 (or 0x7C5DD9) is unknown color: approx Slate Blue. HEX triplet: 7C, 5D and D9. RGB value is (124,93,217). Sum of RGB (Red+Green+Blue) = 124+93+217=434 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.57% from 434); Green value is 93 (36.72% from 255 or 21.43% from 434); Blue value is 217 (85.16% from 255 or 50% from 434); Max value from RGB is 217 - color contains mainly: blue. Hex color #7C5DD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C5DD9 is #83A226. Grayscale: #737373. Windows color (decimal): -8626727 or 14245244. OLE color: 14245244.

HSL color Cylindrical-coordinate representation of color #7C5DD9: hue angle of 255º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7C5DD9 is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB12493217-
CMYK0.430.5700.15
HSL255º62%60.78%-
HSV(B)255º57.14%85.1%-
XYZ24.7517.1267.65-
YUV116.4184.77133.42-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.57%
GREEN value IS 93 (36.72% from 255) = 21.43%
BLUE value IS 217 (85.16% from 255) = 50%
R=28.57%
G=21.43%
B=50%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal124932170.430.5700.152556260.78
Hex7C5DD92B390Fff3e3d
Octal17413533153710173777675
Binary11111001011101110110011010111110010111111111111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,93,217); }

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

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

 a { background-color: rgb(124,93,217); }

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

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

 span { border-color: rgb(124,93,217); }

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