#7F47CD

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

Shades of Slate Blue #7F47CD

Tints of Slate Blue #7F47CD

Color information

#7F47CD (or 0x7F47CD) is unknown color: approx Slate Blue. HEX triplet: 7F, 47 and CD. RGB value is (127,71,205). Sum of RGB (Red+Green+Blue) = 127+71+205=403 (53% of max value = 765). Red value is 127 (50% from 255 or 31.51% from 403); Green value is 71 (28.12% from 255 or 17.62% from 403); Blue value is 205 (80.47% from 255 or 50.87% from 403); Max value from RGB is 205 - color contains mainly: blue. Hex color #7F47CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F47CD is #80B832. Grayscale: #666666. Windows color (decimal): -8435763 or 13453183. OLE color: 13453183.

HSL color Cylindrical-coordinate representation of color #7F47CD: hue angle of 265.07º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7F47CD is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB12771205-
CMYK0.380.6500.20
HSL265.07º57.26%54.12%-
HSV(B)265.07º65.37%80.39%-
XYZ22.0313.4359.19-
YUV103.02185.55145.1-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.51%
GREEN value IS 71 (28.12% from 255) = 17.62%
BLUE value IS 205 (80.47% from 255) = 50.87%
R=31.51%
G=17.62%
B=50.87%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal127712050.380.6500.20265.0757.2654.12
Hex7F47CD26410141093936
Octal177107315461010244117166
Binary11111111000111110011011001101000001010100100001001111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F47CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,71,205); }

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

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

 a { background-color: rgb(127,71,205); }

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

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

 span { border-color: rgb(127,71,205); }

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