#7C5BD0

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

Shades of Slate Blue #7C5BD0

Tints of Slate Blue #7C5BD0

Color information

#7C5BD0 (or 0x7C5BD0) is unknown color: approx Slate Blue. HEX triplet: 7C, 5B and D0. RGB value is (124,91,208). Sum of RGB (Red+Green+Blue) = 124+91+208=423 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.31% from 423); Green value is 91 (35.94% from 255 or 21.51% from 423); Blue value is 208 (81.64% from 255 or 49.17% from 423); Max value from RGB is 208 - color contains mainly: blue. Hex color #7C5BD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C5BD0 is #83A42F. Grayscale: #717171. Windows color (decimal): -8627248 or 13654908. OLE color: 13654908.

HSL color Cylindrical-coordinate representation of color #7C5BD0: hue angle of 256.92º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7C5BD0 is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB12491208-
CMYK0.400.5600.18
HSL256.92º55.45%58.63%-
HSV(B)256.92º56.25%81.57%-
XYZ23.4416.3261.59-
YUV114.2180.93134.99-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.31%
GREEN value IS 91 (35.94% from 255) = 21.51%
BLUE value IS 208 (81.64% from 255) = 49.17%
R=29.31%
G=21.51%
B=49.17%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal124912080.400.5600.18256.9255.4558.63
Hex7C5BD02838012101373b
Octal17413332050700224016773
Binary1111100101101111010000101000111000010010100000001110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,91,208); }

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

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

 a { background-color: rgb(124,91,208); }

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

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

 span { border-color: rgb(124,91,208); }

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