#7D50CA

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

Shades of Slate Blue #7D50CA

Tints of Slate Blue #7D50CA

Color information

#7D50CA (or 0x7D50CA) is unknown color: approx Slate Blue. HEX triplet: 7D, 50 and CA. RGB value is (125,80,202). Sum of RGB (Red+Green+Blue) = 125+80+202=407 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.71% from 407); Green value is 80 (31.64% from 255 or 19.66% from 407); Blue value is 202 (79.30% from 255 or 49.63% from 407); Max value from RGB is 202 - color contains mainly: blue. Hex color #7D50CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D50CA is #82AF35. Grayscale: #6A6A6A. Windows color (decimal): -8564534 or 13258877. OLE color: 13258877.

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

Color convert

RGB12580202-
CMYK0.380.6000.21
HSL262.13º53.51%55.29%-
HSV(B)262.13º60.4%79.22%-
XYZ21.9914.3657.49-
YUV107.36181.41140.58-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.71%
GREEN value IS 80 (31.64% from 255) = 19.66%
BLUE value IS 202 (79.30% from 255) = 49.63%
R=30.71%
G=19.66%
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
Decimal125802020.380.6000.21262.1353.5155.29
Hex7D50CA263C0151063637
Octal17512031246740254066667
Binary1111101101000011001010100110111100010101100000110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D50CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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