#7D50C4

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

Shades of Slate Blue #7D50C4

Tints of Slate Blue #7D50C4

Color information

#7D50C4 (or 0x7D50C4) is unknown color: approx Slate Blue. HEX triplet: 7D, 50 and C4. RGB value is (125,80,196). Sum of RGB (Red+Green+Blue) = 125+80+196=401 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.17% from 401); Green value is 80 (31.64% from 255 or 19.95% from 401); Blue value is 196 (76.95% from 255 or 48.88% from 401); Max value from RGB is 196 - color contains mainly: blue. Hex color #7D50C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D50C4 is #82AF3B. Grayscale: #6A6A6A. Windows color (decimal): -8564540 or 12865661. OLE color: 12865661.

HSL color Cylindrical-coordinate representation of color #7D50C4: hue angle of 263.28º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7D50C4 is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB12580196-
CMYK0.360.5900.23
HSL263.28º49.57%54.12%-
HSV(B)263.28º59.18%76.86%-
XYZ21.2914.0853.82-
YUV106.68178.41141.07-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.17%
GREEN value IS 80 (31.64% from 255) = 19.95%
BLUE value IS 196 (76.95% from 255) = 48.88%
R=31.17%
G=19.95%
B=48.88%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal125801960.360.5900.23263.2849.5754.12
Hex7D50C4243B0171073236
Octal17512030444730274076266
Binary1111101101000011000100100100111011010111100000111110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D50C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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