#7C50C9

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

Shades of Slate Blue #7C50C9

Tints of Slate Blue #7C50C9

Color information

#7C50C9 (or 0x7C50C9) is unknown color: approx Slate Blue. HEX triplet: 7C, 50 and C9. RGB value is (124,80,201). Sum of RGB (Red+Green+Blue) = 124+80+201=405 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.62% from 405); Green value is 80 (31.64% from 255 or 19.75% from 405); Blue value is 201 (78.91% from 255 or 49.63% from 405); Max value from RGB is 201 - color contains mainly: blue. Hex color #7C50C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C50C9 is #83AF36. Grayscale: #6A6A6A. Windows color (decimal): -8630071 or 13193340. OLE color: 13193340.

HSL color Cylindrical-coordinate representation of color #7C50C9: hue angle of 261.82º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7C50C9 is Cyan = 0.38, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB12480201-
CMYK0.380.6000.21
HSL261.82º52.84%55.1%-
HSV(B)261.82º60.2%78.82%-
XYZ21.7214.2456.86-
YUV106.95181.08140.16-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.62%
GREEN value IS 80 (31.64% from 255) = 19.75%
BLUE value IS 201 (78.91% from 255) = 49.63%
R=30.62%
G=19.75%
B=49.63%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal124802010.380.6000.21261.8252.8455.1
Hex7C50C9263C0151063537
Octal17412031146740254066567
Binary1111100101000011001001100110111100010101100000110110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C50C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,80,201); }

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

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

 a { background-color: rgb(124,80,201); }

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

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

 span { border-color: rgb(124,80,201); }

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