#7e50c9

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

Shades of Slate Blue #7E50C9

Tints of Slate Blue #7E50C9

Color information

#7E50C9 (or 0x7E50C9) is unknown color: approx Slate Blue. HEX triplet: 7E, 50 and C9. RGB value is (126,80,201). Sum of RGB (Red+Green+Blue) = 126+80+201=407 (53% of max value = 765). Red value is 126 (49.61% from 255 or 30.96% from 407); Green value is 80 (31.64% from 255 or 19.66% from 407); Blue value is 201 (78.91% from 255 or 49.39% from 407); Max value from RGB is 201 - color contains mainly: blue. Hex color #7E50C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E50C9 is #81AF36. Grayscale: #6B6B6B. Windows color (decimal): -8498999 or 13193342. OLE color: 13193342.

HSL color Cylindrical-coordinate representation of color #7E50C9: hue angle of 262.81º 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 #7E50C9 is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB12680201-
CMYK0.370.6000.21
HSL262.81º52.84%55.1%-
HSV(B)262.81º60.2%78.82%-
XYZ22.0214.3956.88-
YUV107.55180.74141.16-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.96%
GREEN value IS 80 (31.64% from 255) = 19.66%
BLUE value IS 201 (78.91% from 255) = 49.39%
R=30.96%
G=19.66%
B=49.39%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal126802010.370.6000.21262.8152.8455.1
Hex7E50C9253C0151073537
Octal17612031145740254076567
Binary1111110101000011001001100101111100010101100000111110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7e50c9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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