#7F47FF

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

Shades of Medium Slate Blue #7F47FF

Tints of Medium Slate Blue #7F47FF

Color information

#7F47FF (or 0x7F47FF) is unknown color: approx Medium Slate Blue. HEX triplet: 7F, 47 and FF. RGB value is (127,71,255). Sum of RGB (Red+Green+Blue) = 127+71+255=453 (60% of max value = 765). Red value is 127 (50% from 255 or 28.04% from 453); Green value is 71 (28.12% from 255 or 15.67% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #7F47FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F47FF is #80B800. Grayscale: #6C6C6C. Windows color (decimal): -8435713 or 16729983. OLE color: 16729983.

HSL color Cylindrical-coordinate representation of color #7F47FF: hue angle of 258.26º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7F47FF is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB12771255-
CMYK0.500.7200
HSL258.26º100%63.92%-
HSV(B)258.26º72.16%100%-
XYZ29.0616.2496.21-
YUV108.72210.55141.04-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.04%
GREEN value IS 71 (28.12% from 255) = 15.67%
BLUE value IS 255 (100% from 255) = 56.29%
R=28.04%
G=15.67%
B=56.29%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal127712550.500.7200258.2610063.92
Hex7F47FF3248001026440
Octal1771073776211000402144100
Binary111111110001111111111111001010010000010000001011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F47FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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