#7F50DA

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

Shades of Slate Blue #7F50DA

Tints of Slate Blue #7F50DA

Color information

#7F50DA (or 0x7F50DA) is unknown color: approx Slate Blue. HEX triplet: 7F, 50 and DA. RGB value is (127,80,218). Sum of RGB (Red+Green+Blue) = 127+80+218=425 (56% of max value = 765). Red value is 127 (50% from 255 or 29.88% from 425); Green value is 80 (31.64% from 255 or 18.82% from 425); Blue value is 218 (85.55% from 255 or 51.29% from 425); Max value from RGB is 218 - color contains mainly: blue. Hex color #7F50DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F50DA is #80AF25. Grayscale: #6D6D6D. Windows color (decimal): -8433446 or 14307455. OLE color: 14307455.

HSL color Cylindrical-coordinate representation of color #7F50DA: hue angle of 260.43º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7F50DA is Cyan = 0.42, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB12780218-
CMYK0.420.6300.15
HSL260.43º65.09%58.43%-
HSV(B)260.43º63.3%85.49%-
XYZ24.2815.3168.01-
YUV109.78189.07140.28-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.88%
GREEN value IS 80 (31.64% from 255) = 18.82%
BLUE value IS 218 (85.55% from 255) = 51.29%
R=29.88%
G=18.82%
B=51.29%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal127802180.420.6300.15260.4365.0958.43
Hex7F50DA2A3F0F104413a
Octal177120332527701740410172
Binary1111111101000011011010101010111111011111000001001000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F50DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,80,218); }

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

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

 a { background-color: rgb(127,80,218); }

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

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

 span { border-color: rgb(127,80,218); }

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