#7D50C1

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

Shades of Slate Blue #7D50C1

Tints of Slate Blue #7D50C1

Color information

#7D50C1 (or 0x7D50C1) is unknown color: approx Slate Blue. HEX triplet: 7D, 50 and C1. RGB value is (125,80,193). Sum of RGB (Red+Green+Blue) = 125+80+193=398 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.41% from 398); Green value is 80 (31.64% from 255 or 20.10% from 398); Blue value is 193 (75.78% from 255 or 48.49% from 398); Max value from RGB is 193 - color contains mainly: blue. Hex color #7D50C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D50C1 is #82AF3E. Grayscale: #696969. Windows color (decimal): -8564543 or 12669053. OLE color: 12669053.

HSL color Cylindrical-coordinate representation of color #7D50C1: hue angle of 263.89º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7D50C1 is Cyan = 0.35, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB12580193-
CMYK0.350.5900.24
HSL263.89º47.68%53.53%-
HSV(B)263.89º58.55%75.69%-
XYZ20.9513.9552.04-
YUV106.34176.91141.31-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.41%
GREEN value IS 80 (31.64% from 255) = 20.10%
BLUE value IS 193 (75.78% from 255) = 48.49%
R=31.41%
G=20.10%
B=48.49%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal125801930.350.5900.24263.8947.6853.53
Hex7D50C1233B0181083036
Octal17512030143730304106066
Binary1111101101000011000001100011111011011000100001000110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D50C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,80,193); }

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

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

 a { background-color: rgb(125,80,193); }

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

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

 span { border-color: rgb(125,80,193); }

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